Material-ui: [next] recompose/createHelper not found (used in utils/withWidth)

Created on 12 May 2017  路  4Comments  路  Source: mui-org/material-ui

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.

bug 馃悰

Most helpful comment

createHelper.js was removed from the latest versions of recompose. Yet withWidth still imports from it.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

activatedgeek picture activatedgeek  路  3Comments

reflog picture reflog  路  3Comments

TimoRuetten picture TimoRuetten  路  3Comments

FranBran picture FranBran  路  3Comments

newoga picture newoga  路  3Comments