-
Notifications
You must be signed in to change notification settings - Fork 39
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
Sub components under MU #4
Comments
how are you trying to invoke the component that results in "cannot find component"? |
structure: src / ui / components / ok-form / ok-form-input In route template: in ok-form template: OkFormInput could not be found and gives the error |
is it:
? |
Exactly |
what version of ember-source and ember-cli are you using? |
same as yours, copied from your package.json |
how are you starting |
|
what do you have in your environment.js? |
copied yours as well |
what about optional-features.json? |
also, if you clone this repo, does the project run? |
No I didn't clone, just took necessary parts. By the way, I'm trying that in an MU addon. Do you think this is the issue? |
Same structure works in dummy app's own components but when I add addon's components into dummy app, it cannot find. Sorry I should've mentioned that before. |
yeah, I don't know if MU addons are ready for testing. could review in: emberjs/ember.js#16373 to see what needs to be done to land support. |
Thank you so much. Sorry, took your time. |
Hi. Would very much like to know how you could achieve components under components, like;
chat-history -> message -> embedded-resource.
Have been trying this but I got "cannot find component".
Thanks.
The text was updated successfully, but these errors were encountered: