Michael Musil

Results 24 comments of Michael Musil

Hi, I just tested it to be sure, and the combination of the extension and babel plugin works for me. But if you see only `data-locatorjs-styled` and not `data-locatorjs-id` i...

I have just this: https://github.com/infi-pc/locatorjs#similar-projects-and-alternatives

Cursor is based on VSCode. In Locator settings you should be able to choose VSCode, click on "custom link" and change `vscode://` to `cursor://`. It works for me this way.

added ignoring everything that ends with "Provider", that should work for now.

App router is not supported yet :( more info here: https://github.com/infi-pc/locatorjs/issues/102

I can confirm it stopped working since v14.2. it seems to be related to changes in React https://github.com/facebook/react/pull/28265, and the fix could be similar this: https://github.com/facebook/react/pull/28351 I currently have pretty...

Hi @nikitavoloboev, it seems that Safari doesn't let users "allow next time" https://apple.stackexchange.com/questions/265267/how-to-skip-safaris-do-you-want-to-allow-this-page-to-open-x-dialog and https://forum.transmissionbt.com/viewtopic.php?t=18205 and https://stackoverflow.com/questions/41620802/how-to-mitigate-safari-warning-do-you-want-to-allow-this-page-to-open-xyz that's not nice of them, all other browsers - Firefox, Chrome, and Edge...

note: Figma somehow can redirect directly to the desktop app without asking in Safari, I haven't figured out the mechanism they use, but they can do it. So that's a...

I finally got to testing it and found the issue - from some reason onBeforeUnload is triggered even when we go to external app and stay on the page -...

Can you describe what stack you use? @KevinCain90 I used Locator in NextJS, Vite, Create React App, and some custom Webpack configurations, and I never noticed broken hot-reloading.