Skip to content

Commit

Permalink
feat: add runtime flag for light dom components (#2298)
Browse files Browse the repository at this point in the history
W-9155929
  • Loading branch information
nolanlawson authored Apr 21, 2021
1 parent 73e98fa commit d93e296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@lwc/features/src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const featureFlagLookup: FeatureFlagLookup = {
ENABLE_NODE_PATCH: null,
// Disables the fix for #2121 where non-composed events are visible outside of their shadow root.
ENABLE_NON_COMPOSED_EVENTS_LEAKAGE: null,
ENABLE_LIGHT_DOM_COMPONENTS: null,
};
export default featureFlagLookup;

Expand Down

0 comments on commit d93e296

Please sign in to comment.