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
React-native throws this error which seems to indicate that your code has a require cycle. Could you fix this ?
Require cycle: node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\Canvas.js -> node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\ImageData.js -> node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\Canvas.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
The text was updated successfully, but these errors were encountered:
Hello and thank you for the awesome job.
React-native throws this error which seems to indicate that your code has a require cycle. Could you fix this ?
The text was updated successfully, but these errors were encountered: