It would be nice if there was an option to enable data-superjson by default for React components, so any props passed from server component to client component are automatically serialized using superjson. With the data-superjson attribute it is easy to forget to add it, which can cause weird bugs that TypeScript can't protect you against.
It would be nice if there was an option to enable
data-superjsonby default for React components, so any props passed from server component to client component are automatically serialized using superjson. With thedata-superjsonattribute it is easy to forget to add it, which can cause weird bugs that TypeScript can't protect you against.