@lwc/synthetic-shadow 7.3.0-alpha.1 → 7.3.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
if (!globalThis.lwcRuntimeFlags) {
|
5
5
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: Object.create(null) });
|
6
6
|
}
|
7
|
-
if (!lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE) {
|
7
|
+
if (!lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE && !lwcRuntimeFlags.DISABLE_SYNTHETIC_SHADOW) {
|
8
8
|
/**
|
9
9
|
* Copyright (c) 2024 Salesforce, Inc.
|
10
10
|
*/
|