The fetch example in Quickstart > Rendering the Model will not work, because we need to chain a response.json() to ready the data in model
If a new developer, who is not that familiar with Fetch API tries to try it out, then their code will not work and they may think they are doing something wrong in their Ember example
The fetch example in Quickstart > Rendering the Model will not work, because we need to chain a
response.json()
to ready the data in modelIf a new developer, who is not that familiar with Fetch API tries to try it out, then their code will not work and they may think they are doing something wrong in their Ember example