react-native-fluid icon indicating copy to clipboard operation
react-native-fluid copied to clipboard

Require-cycles on startup

Open chrfalch opened this issue 6 years ago • 0 comments

Require-cycle on startup:

Invalidating <RCTCxxBridge: 0x7fe7d0106d20> (parent: <RCTBridge: 0x600002c3c4d0>, executor: RCTWebSocketExecutor)
Debugger worker loaded runtime on port 22707
Accessing view manager configs directly off UIManager via UIManager['getConstants'] is no longer supported. Use UIManager.getViewManagerConfig('getConstants') instead.
Require cycle: src/packages/transitions/src/Components/index.tsx -> src/packages/transitions/src/Components/FluidTransitions/withFluidTransitions.tsx -> src/packages/transitions/src/Components/FluidTransitions/index.ts -> src/packages/transitions/src/Components/FluidTransitions/useSharedInterpolation.tsx -> src/packages/transitions/src/Components/index.tsx

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.

chrfalch avatar Sep 15 '19 12:09 chrfalch