You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Redux Essentials, Part 6: Performance and Normalizing Data it says:
Our fake API is already sending back the notification entries with isNew and read fields, so we can use those in our code.
The fake API doesn't doesn't actually send back notification entries with those fields. The response body for /fakeApi/notifications has the following shape (taken from my network tab):
I've checked the network request, the source code in server.js and even searched the entire repo and there is no mention of those fields.
The text was updated successfully, but these errors were encountered:
zshuzh
changed the title
Incorrect information in docs
[Docs]Incorrect claim about /fakeApi/notifications response body
Aug 23, 2023
zshuzh
changed the title
[Docs]Incorrect claim about /fakeApi/notifications response body
[Docs] Incorrect claim about /fakeApi/notifications response body
Aug 23, 2023
zshuzh
changed the title
[Docs] Incorrect claim about /fakeApi/notifications response body
[Docs] Incorrect claim regarding /fakeApi/notifications response body
Aug 23, 2023
In Redux Essentials, Part 6: Performance and Normalizing Data it says:
The fake API doesn't doesn't actually send back notification entries with those fields. The response body for
/fakeApi/notifications
has the following shape (taken from my network tab):I've checked the network request, the source code in
server.js
and even searched the entire repo and there is no mention of those fields.The text was updated successfully, but these errors were encountered: