-
I'm currently using Next 9.2.3 with Doing so, however, gives me a What changed between 9.2.3 and 9.3? Is it possible to tell Next to ignore the result of the circular reference test if I'm sure the data is serializable, as it was in 9.2.3? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, this check was changed in |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm on Next 9.5.0 with I'm expecting to not have this error since I'm on the latest version of Next. How does |
Beta Was this translation helpful? Give feedback.
Hi, this check was changed in
v9.3.1-canary.0
of Next.js. Can you check if you are you still seeing this error on that version?