@lwc/synthetic-shadow 5.2.0 → 5.2.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -126,6 +126,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
126
126
|
if (!_globalThis.lwcRuntimeFlags) {
|
127
127
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
128
128
|
}
|
129
|
+
lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE = true;
|
129
130
|
/** version: 5.2.0 */
|
130
131
|
|
131
132
|
/*
|