Include param should always reference array in docs#9507
Include param should always reference array in docs#9507
Conversation
|
In you checklist we need to add one point, that we need todo, before we ship lint, updating docs... otherwise api isn't working correctly with includes, when users are using legacy code-parts. Atm all legacy codes like When we pass a string[] to include ( Correctly is: This fix we should also ship to LTS versions, because the current lts are making this mistake |
|
@mkszepp as I said in the ticket, we'd need to look at your particular setup to determine why that is, as that's up to the adapter to do |
its not my stetup directly... the bug is already with default json-api adapter (like already told in issue)... here the repo with incorrect api call mkszepp/ember-data-ts-errors@152a105) Edit: for json-api its always correct when its not Should we create an additional issue for this bug or do we handel this with my initial issue? Because its not directly part of this PR (only related). I just wanted to point out in this PR that some other fixes are necessary before we merge this (as it is missing in todo list), because you can't force in docs... to use |
61f2d24 to
69923b6
Compare

Due to confusion described in #9502 we should update docs and maybe internal usage
TODO: