Skip to content

Instantly share code, notes, and snippets.

@normanzb
Created January 22, 2021 17:05
Show Gist options
  • Save normanzb/d2743acf3a3b2ef93bc269dfe2ecb66f to your computer and use it in GitHub Desktop.
Save normanzb/d2743acf3a3b2ef93bc269dfe2ecb66f to your computer and use it in GitHub Desktop.
circular refs
[Fri Jan 22 2021 16:52:47.487] WARN Require cycle: src/components/library/inputs/index.js -> src/components/library/inputs/buttons.js -> src/components/library/links.js -> src/components/library/inputs/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.490] ERROR Warning: Picker has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/picker' instead of 'react-native'. See https://github.com/react-native-community/react-native-picker
[Fri Jan 22 2021 16:52:47.491] WARN Require cycle: src/features/navigation/index.js -> src/features/navigation/withErrorHandling.js -> src/features/navigation/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.492] WARN Require cycle: src/lib/coroutine/Task.js -> src/lib/coroutine/adapters.js -> src/lib/coroutine/Task.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.492] WARN Require cycle: src/lib/AuthenticationService.js -> src/lib/apollo/index.js -> src/lib/apollo/createApolloClient.js -> src/flows/reauthenticate.js -> src/flows/authenticate.js -> src/lib/AuthenticationService.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.493] WARN Require cycle: src/lib/AuthenticationService.js -> src/lib/apollo/index.js -> src/lib/apollo/createApolloClient.js -> src/lib/AuthenticationService.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.493] WARN Require cycle: src/lib/AuthenticationService.js -> src/lib/apollo/index.js -> src/lib/apollo/createApolloClient.js -> src/lib/client-resolvers/index.js -> src/lib/client-resolvers/auth.js -> src/lib/AuthenticationService.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.494] WARN Require cycle: node_modules/react-native/Libraries/Network/fetch.js -> node_modules/whatwg-fetch/dist/fetch.umd.js -> node_modules/react-native/Libraries/Network/fetch.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.495] WARN Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/Blob.js -> node_modules/rn-fetch-blob/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.495] WARN Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/XMLHttpRequest.js -> node_modules/rn-fetch-blob/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Fri Jan 22 2021 16:52:47.496] WARN Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/Fetch.js -> node_modules/rn-fetch-blob/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment