next-superjson-plugin
next-superjson-plugin copied to clipboard
Support for using superjson by default with server components (without `data-superjson`)
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.
Agreed. This would be great!