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
When importing and using the createClient function in a React Native project this warning is logged to the console:
WARN Require cycle: node_modules\whatwg-fetch\dist\fetch.umd.js -> node_modules\react-native\Libraries\Network\fetch.js -> node_modules\whatwg-fetch\dist\fetch.umd.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
AppScreen@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.awesomequotes&modulesOnly=false&runModule=true:109773:36
RCTView
View
RCTView
View
AppContainer@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.awesomequotes&modulesOnly=false&runModule=true:76752:36
AwesomeQuotes(RootComponent)@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.awesomequotes&modulesOnly=false&runModule=true:83145:28
WARN Require cycle: node_modules\react-native\Libraries\Network\fetch.js -> node_modules\react-native\Libraries\Network\fetch.js
When importing and using the createClient function in a React Native project this warning is logged to the console:
Repro:
App.js
and addEnvironment: React Native running on Android emulator, Android 11.
The text was updated successfully, but these errors were encountered: