Skip to content
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

Cannot read properties of null (reading 'nextSibling') on Vue using vueform #244

Closed
alfredMP18 opened this issue May 11, 2024 · 1 comment

Comments

@alfredMP18
Copy link

Sometimes when I am browsing, and I do actions such as going back or to a window after having reloaded, I get this error and a blank screen is shown, and those screens have vueform components, I don't know if it is a vue or vueform bug .

I would like you to tell me if it is a vueform error or what it is, and if anyone knows how to solve it. I'm using "nuxt": "3.0.0" and "@vueform/nuxt": "^1.4.0".

I think it happens when I reload in a tab that has vueform elements and I redirect to another tab, in that other tab I get the error Cannot read properties of null (reading 'nextSibling')

this is the complete error:
chunk-CWWVL7AG.js?v=e3cfca20:8450 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'nextSibling')
at nextSibling (chunk-CWWVL7AG.js?v=e3cfca20:8450:35)
at removeFragment (chunk-CWWVL7AG.js?v=e3cfca20:5550:14)
at remove2 (chunk-CWWVL7AG.js?v=e3cfca20:5521:9)
at unmount (chunk-CWWVL7AG.js?v=e3cfca20:5499:9)
at unmountComponent (chunk-CWWVL7AG.js?v=e3cfca20:5567:7)
at unmount (chunk-CWWVL7AG.js?v=e3cfca20:5482:7)
at unmountComponent (chunk-CWWVL7AG.js?v=e3cfca20:5567:7)
at unmount (chunk-CWWVL7AG.js?v=e3cfca20:5482:7)
at Object.resolve (chunk-CWWVL7AG.js?v=e3cfca20:2402:11)
at chunk-CWWVL7AG.js?v=e3cfca20:2512:20

Originally posted by @alfredMP18 in #234

@adamberecz
Copy link
Collaborator

It seems to have been solved (issue was outside of Vueform): https://discord.com/channels/787237947635793940/1234909768754266222/1242730560229478481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants