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
Since we are putting our deprecation polyfill and workflow handlers into the my-app.js, any deprecations triggered while evaluating vendor.js are still logged to the console.
Figure out how to move the ember-debug-handlers-polyfill to just after Ember loads
Add config/deprecation-workflow.js to the beginning of vendor.js (via contentFor('vendor-prefix') instead of contentFor('app-prefix')).
The text was updated successfully, but these errors were encountered:
rwjblue
changed the title
Prevent eval time deprecations from addons.
Prevent eval time deprecations from vendor.
Jul 23, 2015
Since we are putting our deprecation polyfill and workflow handlers into the
my-app.js
, any deprecations triggered while evaluatingvendor.js
are still logged to the console.config/deprecation-workflow.js
to the beginning ofvendor.js
(viacontentFor('vendor-prefix')
instead ofcontentFor('app-prefix')
).The text was updated successfully, but these errors were encountered: