Upgrade/to4.4 #795
Merged
Upgrade/to4.4 #795
Annotations
10 errors and 10 warnings
|
app/components/folder-elem.js#L44
Use of undeclared dependencies in computed property: currentUser.user.id
|
|
app/components/folder-elem.js#L38
Only string, number, symbol, boolean, null, undefined, and function are allowed as default properties
|
|
app/components/folder-elem.js#L37
Only string, number, symbol, boolean, null, undefined, and function are allowed as default properties
|
|
app/components/folder-elem.js#L29
Please switch to a tagless component by setting `tagName: ''` or converting to a Glimmer component
|
|
app/components/details-list-item.js#L25
Don't introduce side-effects in computed properties
|
|
app/components/details-list-item.js#L5
Please switch to a tagless component by setting `tagName: ''` or converting to a Glimmer component
|
|
app/components/dashboard-assignments-list.js#L112
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
|
app/components/dashboard-assignments-list.js#L105
Don't use observers
|
|
app/components/dashboard-assignments-list.js#L5
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
|
app/components/Droppable.js#L5
Don't create new mixins
|
|
app/components/assignment-info-student.js#L67
Do not use jQuery
|
|
app/components/assignment-info-student.js#L67
Do not use jQuery
|
|
app/components/answer-new.js#L148
Do not use jQuery
|
|
app/components/answer-new.js#L126
Do not use jQuery
|
|
app/components/add-create-student.js#L284
'$item' is defined but never used
|
|
app/components/add-create-student.js#L139
Do not use jQuery
|
|
app/components/add-create-student.js#L83
Do not use jQuery
|
|
app/app.js#L29
'rootElement' is assigned a value but never used
|
|
app/app.js#L28
'PRINT_DEBUG_TO_CONSOLE' is assigned a value but never used
|
|
app/app.js#L13
Do not use jQuery
|
The logs for this run have expired and are no longer available.
Loading