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.

Maximum depth update issue while custom select filter

See original GitHub issue

The maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.

This issue I am getting when I apply same filter on a large dataset. If I use same code it works for a lower number of rows. When rows increase it stops working.

index.js:1375 The above error occurred in the <DataProvider> component: in DataProvider (created by BootstrapTableContainer)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
GaneshSinghPapolacommented, Jun 5, 2020

any solution to this? I am getting maximum depth exceeded issue while searching on two text-filters together (on Header) or sometime erasing one filter text…

0reactions
AllenFangcommented, Feb 16, 2020

lol example please. all the online demos or my local example are work. Please fill another github issue with codesandbox or clear code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix the "Maximum Update Depth Exceeded" Error in React
One of which is when you accidentally cause an infinite render loop, often resulting in the cryptic “maximum update depth exceeded” error.
Read more >
React Maximum update depth exceeded in functional ...
If onChange() is included in the dependency array, it throws Warning: Maximum update depth exceeded. This can happen when a component calls ...
Read more >
Select | Quasar Framework
The QSelect Vue component has two types of selection - single or multiple. This component opens up a menu for the selection list...
Read more >
7.8. WITH Queries (Common Table Expressions) - PostgreSQL
Each auxiliary statement in a WITH clause can be a SELECT , INSERT , UPDATE , or DELETE ; and the WITH clause...
Read more >
Quotas and limits | BigQuery - Google Cloud
However, you can set limits on the amount of data users can query by creating custom quotas. Daily destination table update limit, See...
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