Maximum depth update issue while custom select filter
See original GitHub issueThe 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:
- Created 4 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top 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 >
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

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…
lol example please. all the online demos or my local example are work. Please fill another github issue with codesandbox or clear code.