Skip to content

Commit

Permalink
chore(notice-choice): remove react wrapper causing build errors (carb…
Browse files Browse the repository at this point in the history
…on-design-system#10442) (carbon-design-system#10444)

### Description

Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.

### Changelog

**New**

- {{new thing}}

**Changed**

- {{changed thing}}

**Removed**

- `notice-choice` React wrapper

<!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->

### Related Ticket(s)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

### Description

{{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}

{{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}

### Changelog

**New**

- {{new thing}}

**Changed**

- {{changed thing}}

**Removed**

- {{removed thing}}

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam authored May 11, 2023
1 parent dbbcfdb commit 5633fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,5 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {
);
}
}
/* @__GENERATE_REACT_CUSTOM_ELEMENT_TYPE__ */

export default NoticeChoice;

0 comments on commit 5633fee

Please sign in to comment.