So I get this error from webpack.
ERROR in ./~/material-ui/utils/withWidth.js
Module not found: Error: Can't resolve 'recompose/createHelper' in '/Users/alxandr/hub/classgen/node_modules/material-ui/utils'
createHelper was a private api. Seems it's been removed.
recompse 0.23.4 released,
Update this lib and try again
should have fixed the issue.
I am having the same issue and can't seem to resolve it by updating the lib
I tried with recompose 0.23.4, 0.23.3, 0.23.2, 0.23.1, 0.22 and it does not fix the issue.
I am using "material-ui": "^1.0.0-alpha.13"
createHelper.js was removed from the latest versions of recompose. Yet withWidth still imports from it.
Most helpful comment
createHelper.js was removed from the latest versions of recompose. Yet withWidth still imports from it.