Maximum call error
Answered
!isColonel posted this in #help-forum
I have this code and its supposed to render my comments for a blog post however it constantly gives me an error saying
"RangeError: Maximum call stack size exceeded a array.foreach"
I narrowed it down to the function i was using to get the comments and then reformed the function and am still getting this error. i dunno what else to do... i have tried everything.
Code: https://sourceb.in/u8VLZoe79x
"RangeError: Maximum call stack size exceeded a array.foreach"
I narrowed it down to the function i was using to get the comments and then reformed the function and am still getting this error. i dunno what else to do... i have tried everything.
Code: https://sourceb.in/u8VLZoe79x
Answered by !isColonel
Can be closed. After 2 days of debugging figured out this issue. Was formStatus React Dom experimental hook
3 Replies
removed the same function from my actual blog page and the error went away
But on this particular route it keeps saying that error
Can be closed. After 2 days of debugging figured out this issue. Was formStatus React Dom experimental hook
Answer