question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Double devtools message

See original GitHub issue

Hi,

When I import model I have a double message by devtools (chrome) in browser console:

admin.js:123789
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html

admin.js:105945
You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html

Sometimes it make crash vue-devtools extension. Without import vue-mc models message print once and extension works fine.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
rtheunissencommented, Aug 15, 2019

This has been fixed and released as part of v0.6.0.

2reactions
suinlycommented, Aug 5, 2019

I have the same error, could it be linked to the error reported at #121

Thanks, I checked your version.

I replaced "vue": "2.5.17" with "vue": "^2.5.17" in node_modules/vue-mc/package.json, deleted the directory node_modules/vue-mc/node_modules/vue/ and rebuilded my project. After that, the vue stopped loading twice.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does Google Chrome group identical console.log ...
In your Devtools Console: press the combination CTRL+SHIFT+P. Write: "show timestamps"; Select it! Done! Each output to the console, will have its own ......
Read more >
DevTools Tips: How to log messages in the Console
Use the Console to log variables, objects, and messages, filter and group the messages, and more.
Read more >
How to log messages in the Console | DevTools Tips - YouTube
In this episode, Bramus and Jecelyn walk you through the different ways of logging and filtering messages in the Console.
Read more >
Option to disable the second console tab that pops up
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group. To unsubscribe from this group and...
Read more >
What are browser developer tools? - MDN Web Docs - Mozilla
The devtools live inside your browser in a subwindow that looks ... Double-click an element, or right-click it and choose Edit as HTML...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found