Maximum call stack size exceeded
Attached my code, but it seems like everytime I input a csv file, I get this maximum call stack size exceeded error, but not sure what I'm doing wrong.. any help is appreciated!
5 Replies
there's an infinite loop in your createEffect because you're reading and writing to
baseSegmentMapping
in the effectdamn
whats a way to fix this?
like i only want to let it rerender based on the csvHeader
2 solutions
1.
untrack
2. on
oh wait
ignore me
i just extracted the read part out
thanks!
np