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
The internal usage of underscored EmberENV properties for toggling deprecated features should not be made to seem as public API (we currently mention in our README).
Instead, we should provide our own build time API to allow toggling. Something like:
The internal usage of underscored
EmberENV
properties for toggling deprecated features should not be made to seem as public API (we currently mention in our README).Instead, we should provide our own build time API to allow toggling. Something like:
The default for each item would be
true
, and you'd override withfalse
to disable a given legacy feature.The text was updated successfully, but these errors were encountered: