You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to be able to test a lot of features without stabilizing them.
Implementation
Allow the module to specify experiments to opt in to in the module.json.
Alternatives
Define this at the project config instead. But this means we can't dogfood experimental features internally before shipping. The concern is more about preventing breaking changes, so it's OK if modules use experimental features.
The text was updated successfully, but these errors were encountered:
Motivation
Need to be able to test a lot of features without stabilizing them.
Implementation
Allow the module to specify experiments to opt in to in the module.json.
Alternatives
Define this at the project config instead. But this means we can't dogfood experimental features internally before shipping. The concern is more about preventing breaking changes, so it's OK if modules use experimental features.
The text was updated successfully, but these errors were encountered: