-
Notifications
You must be signed in to change notification settings - Fork 10
Warning message shown in ember-try
scenarios
#16
Comments
Nope, it should warn if used with a newer Ember version. This seems totally fine, and only a minor inconvenience. |
I'm not sure I agree. Should all polyfills warn if used in newer environments where they're deactivated automatically? that seems a little strange. |
The warning is primarily for apps, and yes you should absolutely remove When an addon depends on |
@rwjblue example of how this warning can be confusing: mainmatter/ember-simple-auth#1124 (comment) |
Awesome, thanks for that link. I'll think on it to see how to make it better. |
@rwjblue another one mainmatter/ember-simple-auth#1190 (comment) 😉 |
Going to close for now (so I can archive the repo), I do think we should generally find a better way to message this in polyfills. |
I'm seeing
when testing some addons via
ember-try
. These addons are compatible down to v1.13/2.0 which obviously requires the polyfill, but it is still warning when we test against more recent releases. Is there some way to disable the warning?The text was updated successfully, but these errors were encountered: