Muka Nakazato

Results 3 comments of Muka Nakazato

~~Prop values passed from a Server Component to Client Component must be serializable.~~ ~~https://react.dev/reference/react/use-client~~ ~~I think using async/await works well.~~ Sorry, Promise is serealizable. I misunderstood.

Values of serialized promises are different between client side and server side.

I found a workaround for this matter. It is to use `use` to Promises. https://github.com/NakZMichael/react-hydration-error However, looking at the following PR, it appears that this workaround is not supposed to...