-
Notifications
You must be signed in to change notification settings - Fork 103
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
RangeError: Maximum call stack size exceeded #209
Comments
Hi @epireve! it might be caused by a recursive call, or circular references, a can you share how is it being implemented? so I can help you troubleshoot? |
Hey Civan! Sure, I just created a new component that has
This is the component I called in
I have no idea why this is happening. |
Hi, I am trying this React library. I make it into a component and the modal loads for a few seconds before it is gone. I noticed in the URL it returns "?" while the modal load.
Upon checking the terminal it says:
What do you think I did incorrectly?
P/S: Don't mind the styling, I did
customStyles
and has disableddarkMode
.The text was updated successfully, but these errors were encountered: