custom-elements-hmr-polyfill
custom-elements-hmr-polyfill copied to clipboard
Not working with lit@3
Hi, I'm trying to use this plugin with lit@3, and the redefinition apparently happens, and the Proxy gets defined and everything, but the element never renders. Any idea what might be going on?
Sorry must have missed notification about this one. Maybe we mess override some methods lit defines/ or lit overrides something we define/caches. So when its library creating web-componets a lot can go wrong
Have you tried this: https://open-wc.org/docs/development/hot-module-replacement/
if you still need this, then please create a very simple sample repo using vitejs then I can prob have a look. Just cant promise Ill get it to work :-)