infi-pc / locatorjs

https://www.locatorjs.com
1.27k stars 59 forks source link

bug: Hot reloading not working when using LocatorJS #83

Open KevinCain90 opened 1 year ago

KevinCain90 commented 1 year ago

Where the bug happens

your browser

Google Chrome Version 107.0.5304.121

Describe the bug

Hot reloading doesn't work after opening a component through the browser extension.

To reproduce

  1. Select an element in browser
  2. Make a change to the file that's opened in IDE and save
  3. Change isn't reflected and needs a manual refresh of the page

Additional information

No response

infi-pc commented 1 year ago

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.

michaelketzer commented 1 year ago

I guess this is related to #78.