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
I'm noticing that if I run the fixture tests in prod mode, I get different results than dev mode. This seems partially due to some dev-only accessors defined here:
I'm noticing that if I run the fixture tests in prod mode, I get different results than dev mode. This seems partially due to some dev-only accessors defined here:
lwc/packages/@lwc/engine-core/src/framework/base-bridge-element.ts
Line 111 in 2b678bb
This is causing issues with global HTML properties/attributes in particular, but there seem to be some problems with
outerHTML
as well.PoC: b890165
The text was updated successfully, but these errors were encountered: