locatorjs icon indicating copy to clipboard operation
locatorjs copied to clipboard

bug: Hot reloading not working when using LocatorJS

Open KevinCain90 opened this issue 1 year ago • 2 comments

Where the bug happens

  • [ ] Browser Extension
  • [ ] Library
  • [X] Other

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

KevinCain90 avatar Dec 01 '22 14:12 KevinCain90

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.

infi-pc avatar Dec 01 '22 15:12 infi-pc

I guess this is related to #78.

michaelketzer avatar Jan 06 '23 12:01 michaelketzer