You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have discovered the issue. It happens when calling a function from an imported module inside a dynamic require. This worked fine in 0.9.5 but not ^1.0.0.
Is this a bug report?
Unsure
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
"inlfected"
"camelize is not defined"
"not defined"
Environment
node -v
: 8.5.0npm -v
: 4.6.1yarn --version
(if you use Yarn): 1.0.2npm ls react-scripts
(if you haven’t ejected): [email protected]Then, specify:
Steps to Reproduce
yarn add inflected
yarn start
yarn upgrade [email protected]
Uncaught ReferenceError: camelize is not defined
Expected Behavior
No error.
Actual Behavior
Get error:
Uncaught ReferenceError: camelize is not defined
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: