clcoco
clcoco
Any update on this?
Still no fix by nuxt?
I have the same error on Nuxt 3
> In case anyone else ends up here, the example given uses a deprecated CSS rule. This one is working fine for me: > > ``` > @media all {...
> I ran into this problem also. First, I have a simple workaround implemented for now: > > ``` > const { signIn } = useAuth(); > const { redirectedFrom...