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
Not an blocker, but the following warning is shown in terminal when running yarn start:android
WARN Require cycle: ../../node_modules/aws-sdk/lib/react-native-loader.js -> ../../node_modules/aws-sdk/lib/credentials/temporary_credentials.js -> ../../node_modules/aws-sdk/clients/sts.js -> ../../node_modules/aws-sdk/lib/react-native-loader.jsRequire cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Steps to reproduce
Run yarn start:android
Observed behavior
Warning shown in terminal
Expected behavior
Warning not shown in terminal
The text was updated successfully, but these errors were encountered:
trivikr
changed the title
Require cycle warning on yarn start:android:
Require cycle warning on yarn start:androidJul 23, 2024
Describe the bug
Not an blocker, but the following warning is shown in terminal when running
yarn start:android
Steps to reproduce
Run
yarn start:android
Observed behavior
Warning shown in terminal
Expected behavior
Warning not shown in terminal
The text was updated successfully, but these errors were encountered: