Components in the routes folder are properly tagged with data-locatorjs-id but are not stored correctly on window.__LOCATOR_DATA__. This means when you attempt to click on them you just get the error Could not find element info.. I did some digging and noticed that the route files seem to be registering themself twice, once semi-correctly, then once completely incorrectly, which overrides the semi-correct one. Not sure why this is.
Where the bug happens
your browser
Chrome
Describe the bug
Components in the routes folder are properly tagged with
data-locatorjs-id
but are not stored correctly onwindow.__LOCATOR_DATA__
. This means when you attempt to click on them you just get the errorCould not find element info.
. I did some digging and noticed that the route files seem to be registering themself twice, once semi-correctly, then once completely incorrectly, which overrides the semi-correct one. Not sure why this is.To reproduce
Create a solid start project and add the Vite extension. Using the chrome extension, try clicking on a component and see that it doesn't work.
Additional information
No response