react.dev
react.dev copied to clipboard
[Typo]: note should be object or string
trafficstars
Summary
The code example in server-components page is not correct
Page
https://react.dev/reference/rsc/server-components#server-components-with-a-server
Details
In this code example, if note is object, it shouldn't be renders in p tag and note's default value should not be empty string, if it's string, we cannot pass as note.authorId as prop to the Author component.