nuxtlabs / vue-telescope-extensions

Browser extensions for Vue Telescope
https://vuetelescope.com
GNU General Public License v3.0
153 stars 15 forks source link

Telescope Extension causes Miro to get stuck on loading screen #13

Open IHIutch opened 2 years ago

IHIutch commented 2 years ago

Version

1.5.8

Reproduction Link

miro.com Must be logged in for this to happen

Steps to reproduce

  1. Enable VueTelescope extension (Firefox or Chrome)
  2. Attempt to navigate to your dashboard or Miro board

What is Expected?

That Miro works as expected while VueTelescope is enabled

What is actually happening?

An error causes the Miro screen to be stuck on the loading placeholder

Screen Shot 2022-08-15 at 3 10 39 PM
serialine commented 1 year ago

miro.com app script seems using lodash.isNative function and it breaks when using the extension which uses(transpiled) core-js. (includes vue-telescope-extensions)

quangphuchuynh95 commented 1 year ago

I got the same issue