Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Setting Experimental Features #681

Open
BrettCleary opened this issue Dec 14, 2023 · 0 comments
Open

[Bug] Setting Experimental Features #681

BrettCleary opened this issue Dec 14, 2023 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@BrettCleary
Copy link
Collaborator

Experimental features handler is calling setState inside a useEffect for infinite recursion

error msg:

Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.

image

@BrettCleary BrettCleary added the Type: Bug Something isn't working label Dec 14, 2023
@BrettCleary BrettCleary mentioned this issue Dec 14, 2023
4 tasks
@BrettCleary BrettCleary changed the title [Bug] Setting Experiemental Features [Bug] Setting Experimental Features May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant