Coder Social home page Coder Social logo

Comments (16)

SKMan avatar SKMan commented on May 24, 2024 1

Exactly

from emberclear.

SKMan avatar SKMan commented on May 24, 2024 1

same as yours, copied from your package.json

from emberclear.

SKMan avatar SKMan commented on May 24, 2024 1

EMBER_CLI_MODULE_UNIFICATION=true ember s

from emberclear.

SKMan avatar SKMan commented on May 24, 2024 1

copied yours as well

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024 1

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.

from emberclear.

SKMan avatar SKMan commented on May 24, 2024 1

Thank you so much. Sorry, took your time.

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

how are you trying to invoke the component that results in "cannot find component"?
can you give an example component structure / templates?

from emberclear.

SKMan avatar SKMan commented on May 24, 2024

structure: src / ui / components / ok-form / ok-form-input

In route template:
<OkForm>form</OkForm>

in ok-form template:
<OkFormInput>input</OkFormInput>

OkFormInput could not be found and gives the error

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

is it:

src/ui/components/
- ok-form/
  component.js
  template.hbs // has <OkFormInput>input</OkFormInput>
  - ok-form-input/
    comporent.js
    template.hbs

?

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

what version of ember-source and ember-cli are you using?

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

how are you starting ember s?

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

what do you have in your environment.js?

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

what about optional-features.json?

from emberclear.

NullVoxPopuli avatar NullVoxPopuli commented on May 24, 2024

also, if you clone this repo, does the project run?

from emberclear.

SKMan avatar SKMan commented on May 24, 2024

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?

from emberclear.

SKMan avatar SKMan commented on May 24, 2024

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.

from emberclear.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.