You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome Version 92.0.4515.131 (Official Build) (64-bit) / Windows
Steps to reproduce
I'm not sure how to reproduce it, but in my application everything works fine until I open the vuejs devtool. After which errors starts logging into the console. Not sure how to fix it or piin-point the problem area.
What is expected?
This exception should not block debugging. From devtools support I select any component it does not show the component details...its frozen.
However, I can still see the routing and vuex details. ITs just the components panel get freezed.
What is actually happening?
Chrome browser extension, as soon as I open the Vue to debug it starts throwing below exception in the console logs and devtools does not respond to any click:
Error: Uncaught TypeError: str.replace is not a function
url: chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js
line: 153
column: 21
error: TypeError: str.replace is not a function
The text was updated successfully, but these errors were encountered:
Version
6.0.0-beta.15
Browser and OS info
Chrome Version 92.0.4515.131 (Official Build) (64-bit) / Windows
Steps to reproduce
I'm not sure how to reproduce it, but in my application everything works fine until I open the vuejs devtool. After which errors starts logging into the console. Not sure how to fix it or piin-point the problem area.
What is expected?
This exception should not block debugging. From devtools support I select any component it does not show the component details...its frozen.
However, I can still see the routing and vuex details. ITs just the components panel get freezed.
What is actually happening?
Chrome browser extension, as soon as I open the Vue to debug it starts throwing below exception in the console logs and devtools does not respond to any click:
Error: Uncaught TypeError: str.replace is not a function
url: chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js
line: 153
column: 21
error: TypeError: str.replace is not a function
The text was updated successfully, but these errors were encountered: