-
-
Notifications
You must be signed in to change notification settings - Fork 737
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
vsSelect DOM Exception #424
Comments
I got the same problem... |
I got the same problem !!! fixed here : |
@webafra unfortunately this is not a solution as the component is never destroyed, right? |
@gianniskarmas The elements created on the page are automatically deleted and you do not need to use this code! |
Same problem for me... |
Already tried to make the change @webafra suggested in |
Yeah, I had the same problem trying to fix another bug. It was imposible to compile the project to work on it, I sent an issue time ago about -- > #405 , but I'm still waiting. |
In case one could build the library, what approach would be the recommended?, to publish own package in own npm account? Or could it be possible to import the library without publishing a package? I just ask because I have an application in production and I wanted to add error logging with Sentry.io, but with the current version of vuesax npm package, I would log a lot of these known errors. Thanks. |
@ccalvarez If you can build the library, you can save it into your project folders (the classic 'lib'), and set a reference in the initial load. |
Hello everyone, try to reproduce the error but I can not do it, you can give me an example to fix it, thank you very much to all |
Hi @luisDanielRoviraContreras , |
Using Nuxt, installed as a plugin and vuesax works with ssr.
Created a page and copied the Single selection example
It works but when leaving page I get:
The text was updated successfully, but these errors were encountered: