blitz-js / next-superjson-plugin

SuperJSON Plugin for Next.js Pages and Components
192 stars 13 forks source link

Rerendering everything if used with NextJs 13 #67

Closed limury closed 1 year ago

limury commented 1 year ago

When using the experimental app dir in NextJS 13, this module causes everything to rerender every few seconds.

How to replicate:

Additionally, the issue persists after running npm remove superjson next-superjson-plugin and removing the settings from next.config.js.

joulev commented 1 year ago

I can't reproduce this behaviour. Maybe it was caused by something else that you happened to add at the same time as this plugin.