Running into ambiguous error
Hi, I am experiencing a really bizarre error in my click handler. And am not sure on how to debug.
I have tried removing the
.vite
directory and tried rerunning but no luck.
Suspiciously this only started when I changed my code slightly
from being:
to:
And this function here is in the component that shows up when I click the tab associated to it.
gets called initially in this effect3 Replies
Deps
When i change
loadLabels
back to the old implementation the error is not thrown and things go back to normalmapArray
is used internally in <For/>
So my guess is some <For/>
is getting an incorrect value