You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that @remote-dom/core/polyfill is conflicting with ThreadWebWorker from @quilted/threads in a WebWorker. The issue appears to be that the polyfill overrides the self variable, causing ThreadWebWorker to stop listening for messages from the DOM.
The text was updated successfully, but these errors were encountered:
It seems that
@remote-dom/core/polyfill
is conflicting withThreadWebWorker
from@quilted/threads
in a WebWorker. The issue appears to be that the polyfill overrides theself
variable, causingThreadWebWorker
to stop listening for messages from the DOM.The text was updated successfully, but these errors were encountered: