Error with client.$current()
Opened this issue · 1 comments
HowWhat42 commented
Hello,
I'm having errors on my inertia project when I'm trying to use client.$current()
The errors are different with SSR and NoSSR.
You can check my Inertia implementation directly in this repository https://github.com/HowWhat42/adonis-infinite
I'm using this function in my auth layout file to do conditionnal rendering depending on the current route.
alanpenacanosa commented
Hi, I have exactly the same issue here with that function in a AdonisJS Inertia project