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
After removing all @ember/runloop from my app i have discovered that new test blueprints are bringing again the lint warnings.
By using the command ember g instance-initializer my-init or also ember g initializer my-init (maybe also other blueprints) we are getting non recommended codes inside the app.
The blueprints should be refactored, so that they don't bring anymore @ember/runloop.
After removing all
@ember/runloop
from my app i have discovered that new test blueprints are bringing again the lint warnings.By using the command
ember g instance-initializer my-init
or alsoember g initializer my-init
(maybe also other blueprints) we are getting non recommended codes inside the app.The blueprints should be refactored, so that they don't bring anymore
@ember/runloop
.ember.js/blueprints-js/instance-initializer-test/qunit-rfc-232-files/__root__/__testType__/__path__/__name__-test.js
Lines 1 to 9 in 3294138
The text was updated successfully, but these errors were encountered: