Graham Murdoch

Results 3 comments of Graham Murdoch

One solution is to use an svg optimization library such as [svgo](https://github.com/svg/svgo) to prefix all the IDs with a code unique to each SVG. Here is some example code (for...

`react-rift` - exciting - a change, a division, or a new direction - temporal rifts are a thing - rift rhymes with swift

I think the only components that can be inspected (and appear in component tree) are ones that render associated DOM elements: https://github.com/aidenybai/react-scan/blob/653eca4b64361e2940946baece7b33db88339bc7/packages/scan/src/web/views/inspector/utils.ts#L473 https://github.com/aidenybai/react-scan/blob/653eca4b64361e2940946baece7b33db88339bc7/packages/scan/src/web/views/inspector/components-tree/index.tsx#L769