Replies: 1 comment
-
I got the same, and these might help you: https://az.react.dev/learn/react-compiler#something-is-not-working-after-compilation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
watch
method doesn't work withreact-compiler
in Next.js 15. The compiler seems to be memoizing the oldest value.We just learned it the hard way. Several bug reports came in. We had no issue what was causing it. I spent an entire day trying to pinpoint the issue. I went back to version
7.51.0
one by one but to no avail.Then tried turning off new changes we had made in the last month. Would have never guessed it was
react-compiler
in the end.Beta Was this translation helpful? Give feedback.
All reactions