-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Don't work as dependencies #98
Comments
@kratiahuja got any cycles? |
@kratiahuja can you help us with that? or some hint of how to solve it, I can work on it if I know the cause |
This was referenced Jun 7, 2018
I opened up ember-fastboot/ember-cli-fastboot#597 to try and start driving toward a solution here. @stefanpenner @kratiahuja would love to get your thoughts |
This was referenced Aug 17, 2018
Close as mentioned in #126 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ember-fecth
does not work in my consumer app with Fastboot enabled, when I put ember-fetch asdependencies
in my addoncosumer app - https://github.com/villander/ember-mvp
addon - https://github.com/villander/ember-apollo-client/blob/apollo-client-2.0/package.json#L34
looks like ember-fetch specifically doesn’t work with fastboot when it’s a nested dependency
because its
updateFastBootManifest()
method is never calledthe question is what happens when you wind up calling that hook multiple times?
like if
ember-mvp
andember-apollo-client
both haveember-fetch
installed, does it get called twice?is it
ember-fetch
’s responsibility to guard against that?The text was updated successfully, but these errors were encountered: