flowermm

Results 3 comments of flowermm

I saw that same 'Module parse failed' error because of how I was importing components If you are using an import like: import { Snackbar } from 'react-toolbox'; try using:...

This issue will be fixed with PR https://github.com/marceljuenemann/angular-drag-and-drop-lists/pull/350. Currently angular-drag-and-drop-lists.js is not exporting anything for imports in ES6.

@yoDon This appears to be due to higher versions of React no longer supporting 'React.PropTypes' - PropTypes is now its own package: https://reactjs.org/docs/typechecking-with-proptypes.html. The notation will need to be updated...