Skip to content
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

Fix component export when using pods #333

Closed

Conversation

josex2r
Copy link

@josex2r josex2r commented Apr 21, 2020

Hi. First of all, thanks for creating this addon. I've been using it for a long time.

This pull fix the error A component or helper named "lazy-mount" could not be found in Ember apps that uses pods structure.

To reproduce it, enable pods in the dummy app and run the test suite. The tests should fail:

// tests/dummy/config/environment.js
{
    podModulePrefix: 'dummy/pods',
}

@josex2r josex2r changed the title fix(component): component export when using pods Fix component export when using pods Apr 21, 2020
@SergeAstapov
Copy link
Collaborator

this should be fixed by #617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants