Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove shadowSupportMode = 'any' #3953

Merged
merged 4 commits into from
Jan 29, 2024
Merged

Conversation

jmsjtu
Copy link
Member

@jmsjtu jmsjtu commented Jan 18, 2024

Details

This PR removes the shadowSupportMode = 'any' option.

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

shadowSupportMode = 'any' was gated behind a feature flag and should not break existing customers.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

GUS work item

W-14832125

@jmsjtu jmsjtu requested a review from a team as a code owner January 18, 2024 18:34
@@ -1,8 +1,6 @@
import { LightningElement, api } from 'lwc';

export default class extends LightningElement {
static shadowSupportMode = 'any';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nolanlawson could you take a look at this change?

Wanted to make sure this test still behaves as intended.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had a hard time understanding this test! We decided to remove this in the end, because we realized that it was basically a NOOP due to the feature flag not being enabled.

Copy link
Member

@ekashida ekashida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decision regarding the timing of this change is still pending.

@ekashida ekashida merged commit b99008b into master Jan 29, 2024
9 checks passed
@ekashida ekashida deleted the jtu/remove-shadowmode-any branch January 29, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants