100k rows demo triggers potential infinite loop error
See original GitHub issueWhat version of React-Table are you using?
Your bug may already be fixed in the latest release. Run yarn upgrade react-table
!
N/A
What bug are you experiencing, or what feature are you proposing?
Just a bug with your demo here
Use https://codesandbox.io/s/X6npLXPRW (by clicking the “Fork” button) to reproduce the issue.
https://react-table.js.org/#/story/100k-rows-w-pivoting-sub-components
What are the steps to reproduce the issue?
- Open the demo
- Click Run
- Receive error for 10001+ iterations
The error says it can be fixed if you add a sandbox.config.json file.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
100k rows demo triggers potential infinite loop error #909
What are the steps to reproduce the issue? Open the demo; Click Run; Receive error for 10001+ iterations. The error says it can...
Read more >Why am I getting an infinite loop error inp5.js? - Stack Overflow
With a simple for loop I can trigger a potential infinite loop exception in the p5.js web editor function setup() { var cnt...
Read more >Solved: How to avoid infinite loop? - Flow triggers on whe...
I have a flow which is currently set to trigger on when an item is modified. It contains a condition which looks at...
Read more >Add a Simple FOR LOOP condition to allow for Repea...
It would allow for iteration, repeating a Sequence of Actions like 'Multiple Rows in another Table' and more! You already have the logic...
Read more >PI43010: INFINITE LOOP MAY HAPPEN WHEN EXPLAIN AN ...
Error description While running the following test cases, DB2 will run into an infinite loop when EXPLAIN is turned on. SET CURRENT EXPLAIN...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The latest version of that example link should be fixed, since it now includes a sandbox config file that removes the loop protection.
i fixed it by
sandbox.config.json
&infiniteLoopProtection: false
.Docs
such as following