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
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 effect
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 effect

