guides-source icon indicating copy to clipboard operation
guides-source copied to clipboard

Draft: [EmberData] Update guides to suggest include to be an array

Open Baltazore opened this issue 7 months ago • 1 comments

As part of discussion in https://github.com/emberjs/data/issues/9502 we found that there was a long-lasting miss-understanding of include param type definition. As more and more people using TS, we need to fix it, as the type for include would be array only, not a string.

So this PR aims to correct guides and docs to suggest user to use include value as an array.

Baltazore avatar Jul 09 '24 07:07 Baltazore