tjwebb/react-bootstrap-select

How to fix Uncaught TypeError: React.__spread is not a function

FDiskas opened this issue · 0 comments

You are using jsx-loader which uses deprecated react-tools. Replace it with babel-loader. Then configure Babel to use es2015 and react presets and you should be good.