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
While upgrading our app to Ember 5.4.0 we encountered errors originating from ember-light-table's use of ember-classic-decorator. We found that the ember-classic-decorator package is not compatible with Ember 5.x.
See this Discord thread for more context.
Opened a PR to remove it from the ember-light-table to make it work on Ember 5 projects.
Also found that ember-scrollable also uses ember-classic-decorator.
A reminder that the forked version of ember-scrollable by @RobbieTheWagner used in ember-light-table's has not been merged upstream yet.
The text was updated successfully, but these errors were encountered:
While upgrading our app to Ember 5.4.0 we encountered errors originating from
ember-light-table's
use ofember-classic-decorator
. We found that theember-classic-decorator
package is not compatible with Ember 5.x.See this Discord thread for more context.
Opened a PR to remove it from the ember-light-table to make it work on Ember 5 projects.
Also found that
ember-scrollable
also usesember-classic-decorator
.A reminder that the forked version of
ember-scrollable
by @RobbieTheWagner used inember-light-table's
has not been merged upstream yet.The text was updated successfully, but these errors were encountered: