question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Require cycles (again)

See original GitHub issue

Ref: https://github.com/Dean177/react-native-json-tree/issues/147

I get that warning message:

[Wed Sep 02 2020 07:14:43.397]  WARN     Require cycle: node_modules/react-native-json-tree/src/JSONNode.js -> node_modules/react-native-json-tree/src/JSONObjectNode.js -> node_modules/react-native-json-tree/src/JSONNestedNode.js -> node_modules/react-native-json-tree/src/JSONNode.js

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
Dean177commented, Apr 15, 2021

This should be resolved in 1.2.1

0reactions
felansucommented, Apr 14, 2021

Thanks for not forgetting us

Read more comments on GitHub >

github_iconTop Results From Across the Web

Require cycles are allowed, but can result in uninitialized ...
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. I appreciate any ...
Read more >
Require cycles are allowed, but can result in uninitialized ...
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. #639.
Read more >
Best way to avoid this require cycle? [Redux] : r/reactjs - Reddit
I can't think of a way to get rid of the require cycle without creating a new one. The login() action and the...
Read more >
[Solved]-React Navigation 3.x Require cycle warning-Reactjs
There is a "circle" being created, and thus the warning says this may lead to uninitialized values. In your case, this mean that...
Read more >
Beginner's cycling tips: 25 essential pieces of advice for new ...
The best bike pumps are a good investment because they require less ... Your back will thank you, your washing machine will thank...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found