-
Notifications
You must be signed in to change notification settings - Fork 355
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
Unable to use the addon with current version of ember and embroider #1061
Comments
Have you gotten this to work for you? I'm seeing the same thing while upgrading my app. |
no, I moved on to other things hoping a new release of ember table would come out but for now no luck, it seems |
Alright I'll do the same. Luckily my usage is so simple that a regular html form should do the trick! |
I would also appreciate this addon working with embroider-build. Line 37 in 57e6696
You can workaround this by using your package manager's override to ignore ember-table's provided version and use whatever @ember/test-helpers version your application depends on.
|
Using ember-cli 5.5, and creating a new project with the following flags:
Gives this error while building the app:
it's probably some kind of wrong dependency that can easily be fixed but I'm not technical enough to understand if/how
The text was updated successfully, but these errors were encountered: