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
We have a react native project using fireblocks/react-native-ncw-sdk as a dependency. When bundling for web using npx expo start --web , we get the following warning:
Web Bundled 411ms index.js (1 module)
λ WARN Require cycle: node_modules/@fireblocks/react-native-ncw-sdk/lib/commonjs/index.js -> node_modules/@fireblocks/react-native-ncw-sdk/lib/commonjs/FireblocksNCWFactory.js -> node_modules/@fireblocks/react-native-ncw-sdk/lib/commonjs/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
factory (node_modules/@fireblocks/react-native-ncw-sdk/lib/commonjs/FireblocksNCWFactory.js:21:7)
factory (node_modules/@fireblocks/react-native-ncw-sdk/lib/commonjs/index.js:55:3)
We have not noticed any issues due to this warning as we have been focused on android and ios, but it would be good to resolve if possible.
The text was updated successfully, but these errors were encountered:
We have a react native project using
fireblocks/react-native-ncw-sdk
as a dependency. When bundling for web usingnpx expo start --web
, we get the following warning:We have not noticed any issues due to this warning as we have been focused on android and ios, but it would be good to resolve if possible.
The text was updated successfully, but these errors were encountered: