-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
4.12.x - this.requestManager is undefined #8565
Comments
Do you extend the |
@Jopie01 yes i have extend the I have found your comment example now also in the repo documentation (https://github.com/emberjs/data/tree/v4.12.0/packages/request#using-with-ember-data) but the example in the emberjs documentation is not up to date (https://api.emberjs.com/ember-data/release/classes/Store). I was upgrading from |
Yeah, when I ran into it, it was |
@Jopie01 yes i have read your issue and all comments... I think, that this change should be added in the changelog / documentation and the exception should be handled better in the app, so everybody knows, which changes are necessary after the upgrade. Maybe there is also possible to add this in |
The need to do this configuration is extensively documented. If you're extending If using Note the store documentation you link above is correct. You probably went there out of context though, may have helped to have read the docs for that package first: https://api.emberjs.com/ember-data/release/modules/@ember-data%2Fstore |
@runspired if i have understand correctly This is already now possible or? |
@mkszepp I'd describe it as in-flux, but mostly legacy. It's been possible to replace it with the individual packages since ~3.12
|
@runspired thanks, now everything is clear to me. |
The latest version (atm 4.12.0), is not anymore working with embroider :( embroider-build/embroider#1322 (comment)
The error occures, when we remove all
packageRules
, which is brings embroider (the next version has removed this), otherwise we run in an error while buildThe text was updated successfully, but these errors were encountered: