There's a regression with the latest version of react-input-autosize.
Build is failing because of a dependency with the module create-react-class, more info on the related issue
The PR is coming (fix the dependency react-input-autosize to fixed version 1.1.0).
duplicate of #1694
:( Just got the same error... what's a current workaround?
@marcellodesales you can depend on [email protected] in your project to avoid the updated version getting placed in this libs node_modules/.
Same problem here.. :(
Hi
Moving to react-select 1.0.0-rc.4 had fixed the issue.
Please close this issue if so.
Best regards.
Closing as this has been fixed in the latest release.
Most helpful comment
@marcellodesales you can depend on
[email protected]in your project to avoid the updated version getting placed in this libsnode_modules/.