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.

100k rows demo triggers potential infinite loop error

See original GitHub issue

What 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?

  1. Open the demo
  2. Click Run
  3. Receive error for 10001+ iterations

The error says it can be fixed if you add a sandbox.config.json file.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tannerlinsleycommented, Apr 27, 2019

The latest version of that example link should be fixed, since it now includes a sandbox config file that removes the loop protection.

1reaction
ryota-murakamicommented, Apr 13, 2018

i fixed it by sandbox.config.json & infiniteLoopProtection: false.

Docs

such as following

Edit React-Table - 100k Rows + Aggregation

Read more comments on GitHub >

github_iconTop 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 >

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