-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error in Nuxt JS "Cannot read properties of undefined (reading 'scrollTo')" #736
Comments
Getting the same issue on a fresh installation of Nuxt 3. |
did you find any solution? |
Is this unusable for Nuxt 3 then? or has anyone found a workaround? |
No idea i have left my project here and started this projrct using php.
…On Tue, 11 Apr 2023, 19:15 Todd Padwick, ***@***.***> wrote:
Is this unusable for Nuxt 3 then? or has anyone found a workaround?
—
Reply to this email directly, view it on GitHub
<#736 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4D2BBUPKHDCH33QXRLVXSDXAVOAFANCNFSM6AAAAAAUTSJL5U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i have same problem but i found how to solve it, insted of using nuxt plugin from package you need to create your own for nuxt3 export default defineNuxtPlugin((nuxtApp) => {
});` |
@AlexanderBredun thanks, your workaround seems to work! I say and then removed 'duration' from this line:
there's no ability to set a duration anymore, but now it works at my end. I think the problem is that 'binding.value' has wrong format or something |
i am not been able to start my project whenever "npx nuxi dev" command is runned this error occurs.
The text was updated successfully, but these errors were encountered: