strangehill
strangehill
i haven't succesfuly run browserlink yet, so I copied your package.json and installed. It's still failing though. The error I get is `Cannot find module 'websocket'`. I see your requiring...
Where should the package.json go? at the 'browserlink' directory?
I also get this warning with array destructuring : `const [lang, setLang] = useState("en")`
I also get this warning with array destructuring, i.e. this pattern : `const [lang, setLang] = useState("en")`
It could very well be that I never got the configuration right. see: [gatsby-config on the repro](https://github.com/Strangehill/svgClashingIds/blob/master/gatsby-config.js). currently attempting it like this: ``` { resolve: "gatsby-plugin-react-svg", options: { rule: {...
Thank you, @bordaigorl . I've appreciated your efforts with this plugin for many years and it has been essential in many of my workflows in my school, work, and personal...
Found it. Look forward to the next release. Thx!
Awesome! Maybe also remove duplicates from the list?
I just noticed it works fine if I further indent all list items two more spaces. (not sure if that closes the issue -- don't know if this is really...