-
Notifications
You must be signed in to change notification settings - Fork 162
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 set properties of null (setting '__vrv_devtools') #730
Comments
Start a new pull request in StackBlitz Codeflow. |
The reproduction doesn't run because of missing files. Would you be able to make it more minimal and ensure it reproduces the issue? 🙏 |
Would you be able to provide a reproduction? 🙏 More infoWhy do I need to provide a reproduction?Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making. What will happen?If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritize it based on its severity and how many people we think it might affect. If How can I create a reproduction?We have a couple of templates for starting with a minimal reproduction: 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz A public GitHub repository is also perfect. 👌 Please ensure that the reproduction is as minimal as possible. See more details in our guide. You might also find these other articles interesting and/or helpful: |
Here is another attempt to reproduce the error, but as I see outside the server everything starts successfully Therefore, it turns out to rely only on the error log, however, I understand very little from it and have difficulty understanding the relationship with one of the my files |
So, a little clarification: There was a small error in the vue file of the page, but it was only possible to view it in preview mode The original error is as expected: In dev mode, any error is replaced with: If the error occurs without restarting the server (in dev mode), it will be shown in the required format, but if the error is not fixed, then after restarting the server (as it was after installing the package), this screen will pop up |
I encountered the same issue in my environment. The error occurs on the initial startup after deleting the Update: I was able to reproduce the issue by specifically deleting the |
Environment
Reproduction
StackBlitz fork with important files
I can't share the entire project, but I'll be happy to send individual files of interest if it helps solve the problem
Describe the bug
After importing the vue-multiselect library, an error began to occur on every page of the site, this has happened dozens of times before, but the problem magically disappeared or was replaced by another more serious one (see Additional Context)
It looks like a problem with DevTools, but none of the attempts to disable it in development mode have been successful, both in terms of disabling DevTools and in terms of fixing the error.
Additional context
The problem only appears in the browser window, I tried to localize the individual file causing the problem. I can point out that the problem is not related to the /server and /pages directories and is most likely either in the dependencies or in the nuxt.config.ts configuration.
In addition to this, I also previously encountered the “isCE” (nuxt/nuxt#13117) problem, which was solved through “optimizeDeps”
Actions like clearing the cache, regenerating or reinstalling previously did not help
Logs
The text was updated successfully, but these errors were encountered: