vite-plugin-react-inspector icon indicating copy to clipboard operation
vite-plugin-react-inspector copied to clipboard

Toggle button not showing up

Open nivnahmias opened this issue 2 years ago • 2 comments

Hey,

Added the plugin to the vite config. I can see when inspecing elements that the data-react-inspector attribute is being added to every element but the toggle button isn't being added to DOM.

also in my console I see the following error:

Uncaught SyntaxError: Unexpected token '<' (at inject.jsx:20:17)

would appreciate some help debugging this issue 🙏

nivnahmias avatar Dec 23 '22 19:12 nivnahmias