Add ember-datatables in ember-engine
See original GitHub issueIn our core application, we added ember-datatables via ember install ember-datatables
and the whole thing was directly working even in the templates. After installing ember-datatables in the same way inside an engine, none of the functionality was working. The error message data-table is not a helper
appeared.
After trying to integrate the service from the core into the engine we failed again
If someone has had the same failure or has any idea how to solve this problem please refer to this issue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
18.xml - jsDelivr
... https://www.jsdelivr.com/package/npm/eleventy-plugin-add-web-component-definitions monthly https://www.jsdelivr.com/package/npm/eleventy-plugin-asciidoc ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing, I think we have veered a bit off topic of the original issue (which seems to have been resolved).
@badmacstone you need to use a newer version of ember (it is included in ember from 3.7) or add specific addon that introduced this helper (for instance
"ember-composable-helpers": "*"
or another to you package.json in your engine).