Chris Lorenzo

Results 7 comments of Chris Lorenzo

Chiming in a little late - but we have the same issue in our app. We are including lots of elements which use iron-fit-behavior and each one is performing this...

Any progress on getting this fixed? When a selectedItem changes not getting the previousValue on the change handler is very frustrating. I've traced the issue to https://github.com/PolymerElements/iron-selector/blob/master/iron-selection.html#L75-L84 - selectedItem is...

Thanks for the info - we're working on adding Types to our project which is universal renderer... https://github.com/lightning-js/solid @frank-weindel

Following... Relevant for https://github.com/lightning-js/solid which uses Universal Renderer and no DOM elements.

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia var front = false; document.getElementById('flip-button').onclick = function() { front = !front; }; var constraints = { video: { facingMode: (front? "user" : "environment") } };

NP - I wanted to make sure it would be beneficial before starting the work. I'll open a PR at some point.

I've had to add ``` resolve: { dedupe: ['solid-js'], }, ``` To my vite config to fix the issue. I think this should be dedupe by default...