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've installed a package that has node-rs/helper@^1.2.0 as a dependency in my create-react-app project and I'm getting these warnings when running the dev server:
./node_modules/@node-rs/helper/lib/loader.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/@node-rs/helper/lib/loader.js 25:15-27:11
Critical dependency: the request of a dependency is an expression
./node_modules/@node-rs/helper/lib/loader.js
Critical dependency: the request of a dependency is an expression
The text was updated successfully, but these errors were encountered:
I've installed a package that has
node-rs/helper@^1.2.0
as a dependency in mycreate-react-app
project and I'm getting these warnings when running the dev server:The text was updated successfully, but these errors were encountered: