You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see, have you tried re-generating the types again using npx nuxi prepare and restarting TS server I believe sometimes when reopening the project it gives any, probably not the best to do but you could always use as workaround if you need it
📚 What are you trying to do?
Hello everyone, my apologies for the interruption.
How can one determine the type of the
NuxtTurnstile
component in practical development?import { NuxtTurnstile } from '#components' // const turnstile = ref<InstanceType<typeof NuxtTurnstile> | null>() const turnstile = useTemplateRef<typeof NuxtTurnstile>(null)
🔍 What have you tried?
No response
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: