Loot Nurakhmetov

Results 8 comments of Loot Nurakhmetov

@rektdeckard , @dnlsndr can you guys remove this restriction or accept my PR?

I offer my solution for avoid duplicated exceptions https://github.com/squareboat/sneaker/pull/46

Have you tried `npm -g remove electron` ?

Great! Maybe you could make a PR and mention the solution in https://github.com/vuejs/devtools-next/blob/main/docs/help/troubleshooting.md. What do you think?

i had the same issue and i made some workarounds to get rid of this

As a workaround, you can add ```js get [Symbol.toStringTag]() { return 'Object' } ``` to your Dialog class Then it will work fine:

it’s because of a limitation of [host objects ](https://rlynjb.medium.com/js-interview-question-what-s-the-difference-between-host-objects-and-native-objects-b395f7c5fbf1)

Maybe @webfansplz can suggest a better way to fix this🤔