vite-plugin-react-inspector
vite-plugin-react-inspector copied to clipboard
Toggle button not showing up
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 🙏