-
-
Notifications
You must be signed in to change notification settings - Fork 34
Hi,
I try to config this extension to work with solid-start.
Added devtools({ name: true }) as the first vite.config.ts plugin.
It seems like the browser extension work, and if I explicitly add useLocator at entry-client.tsx I can mark the components.
But LocatorJS is not able to find the component in the code when I clicked the marked component name.
Can we add an example of how to integrate it with LocatorJS?
Thanks!
All reactions
Replies: 1 comment 13 replies
Hey,
Are you referring to LocatorJS or a similar feature of solid debugger? (which was inspired by locatorjs, so I named it the same way)
It seems that the mention of LocatorJS was removed from the readme when I was moving it to the debugger package... that's not good—may be confusing.
All reactions
hmmm
that's possibly a bug then...
And yes, most examples aren't updated yet. Gonna try to debug this and publish an update.
All reactions
Thanks for your help! I really appreciate it! ❤️
All reactions
Just published an update. Should work better with solid start now.
All reactions
-
❤️ 1
Great!
I can confirm that now the solid-devtools extension is detected out of the box with the vite plugin
All reactions
Still, I'm not able to navigate to the component source code. I can only see which component is it in the devtools extension (if it is open).