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
This is, because by the checking presence, you are accessing the feature flag, through the unknownProperty trap, which defaults to false, if the flag is not set. So this would not work anyway. See #31 for more ccontext.
What you would require is something like an isSet method.
Using
Ember.isEmpty
on the features service outputs in the console:I can probably look at this later since it seems like an easy fix. Using this as a reminder
The text was updated successfully, but these errors were encountered: