Quiz
Server/Client Boundary Prop Rules
Understand what can and cannot cross the RSC serialization boundary when passing props from a Server Component to a Client Component.
A Server Component renders a Client Component (marked with "use client") and passes it several props. Which of the following props would cause a runtime serialization error at the server/client boundary?