next-superjson icon indicating copy to clipboard operation
next-superjson copied to clipboard

Automatically transform your Next.js Pages to use SuperJSON, without losing swc support

Results 4 next-superjson issues
Sort by recently updated
recently updated
newest added

When following [this guide](https://nextjs.org/docs/basic-features/layouts#with-typescript) and specifying a `getStaticProps` function in my page that uses a layout, the page is rendered, but is not wrapped in the layout. After removing the...

I have isolated to this project, that when enabled, breakpoints in WebStorm fail. Would it be possible to have this working with breakpoints?

When passing objects from Server Components to Client Components that contain e.g. a Date you get following Warning: ```sh Warning: Only plain objects can be passed to Client Components from...

I'm using `next-superjson` with Next.js 13. When I use decorator for `class-validator`, the error "Support for the experimental syntax 'decorators' isn't currently enabled" is occurred. The error isn't occurred when...