Open Polve opened 10 months ago
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. I believe the error comes from this line in ember-table's package.json: https://github.com/Addepar/ember-table/blob/57e66969f915e1b9d12ca729aedba3c12e010082/package.json#L37
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. In my case, the project uses npm, so I overrode with:
"overrides": {
"@ember/test-helpers": "3"
},
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