Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require-cycles on startup #1

Open
chrfalch opened this issue Sep 15, 2019 · 0 comments
Open

Require-cycles on startup #1

chrfalch opened this issue Sep 15, 2019 · 0 comments
Assignees

Comments

@chrfalch
Copy link
Collaborator

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 chrfalch assigned chrfalch and bjornegil and unassigned chrfalch Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants