Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove ember-classic-decorator package and usage #838

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gokolo
Copy link

@gokolo gokolo commented Aug 1, 2024

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.

This PR is to remove it from the ember-light-table to make it work on Ember 5 projects.

Linked issue

@RobbieTheWagner
Copy link
Member

@gokolo I don't think we can just remove the classic decorator like this. I think we have to instead refactor all the code to use modern Ember things.

@RobbieTheWagner
Copy link
Member

This PR was opened awhile ago attempting to update things, if you wanted to try to take it further #814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants