react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Typo]: note should be object or string

Open kamol-ayyub opened this issue 1 year ago • 0 comments
trafficstars

Summary

telegram-cloud-photo-size-2-5408966140979437551-y The code example in server-components page is not correct

Page

https://react.dev/reference/rsc/server-components#server-components-with-a-server

Details

telegram-cloud-photo-size-2-5408966140979437551-y 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.

kamol-ayyub avatar Jun 06 '24 15:06 kamol-ayyub