Closed XStarlink closed 4 months ago
The release of @nuxt/scripts v0.6.0 here introduced some breaking changes, impacting @nuxtjs/turnstile which now throws this error:
useElementScriptTrigger is provided by @nuxt/scripts. Check your console to install it or run 'npx nuxi@latest module add @nuxt/scripts' to install it.
useElementScriptTrigger
This is normal as some composables have been renamed, but I just wanted to let you know here
.
The module should load without errors
No response
Thank you for the heads up, I've limited the supported version range for now as there seems to be another issue with @nuxt/scripts v6.0.2: https://github.com/nuxt/scripts/issues/133
đ The bug
The release of @nuxt/scripts v0.6.0 here introduced some breaking changes, impacting @nuxtjs/turnstile which now throws this error:
useElementScriptTrigger
is provided by @nuxt/scripts. Check your console to install it or run 'npx nuxi@latest module add @nuxt/scripts' to install it.This is normal as some composables have been renamed, but I just wanted to let you know here
đ ī¸ To reproduce
.
đ Expected behaviour
The module should load without errors
âšī¸ Additional context
No response