-
Notifications
You must be signed in to change notification settings - Fork 160
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
feat(feature-flags): implement feature flags for cwc #11081
feat(feature-flags): implement feature flags for cwc #11081
Conversation
Deploy preview created for package Built with commit: 5b54e73506f43b5f096c0b86440ad54c07d1de20 |
Deploy preview created for package Built with commit: 5b54e73506f43b5f096c0b86440ad54c07d1de20 |
Deploy preview created for package Built with commit: 5b54e73506f43b5f096c0b86440ad54c07d1de20 |
Deploy preview created for package Built with commit: 5b54e73506f43b5f096c0b86440ad54c07d1de20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Deploy preview created for package Built with commit: 5b54e73506f43b5f096c0b86440ad54c07d1de20 |
9b0c96d
into
carbon-design-system:feat/cwc-v2
Related Ticket(s)
Closes #11048
Description
Add file to house feature flags and set up storybook to hide experimental components from being displayed.
Once the feature flag is defined in
feature-flags.ts
, we'll use it in therender()
method of the componentChangelog
New
feature-flags.ts
to house the flags