-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
It seems that there is a few require cycle in the library.
Steps To Reproduce
- integrate the library
- launch it in debug mode and watch the metro console.
Expected Results
no require cycle warning should appear
Snack, code example, screenshot, or link to a repository:
Console example
[Sat Jan 16 2021 14:56:57.491] WARN Require cycle: node_modules/react-native-logging-tools/src/modules/init/index.ts -> node_modules/react-native-logging-tools/src/exceptionHandler.ts -> node_modules/react-native-logging-tools/src/modules/events/index.ts -> node_modules/react-native-logging-tools/src/modules/init/index.ts
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Sat Jan 16 2021 14:56:57.491] WARN Require cycle: node_modules/react-native-logging-tools/src/modules/init/index.ts -> node_modules/react-native-logging-tools/src/flipper/index.ts -> node_modules/react-native-logging-tools/src/modules/init/index.ts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working