iframing vals throws React error #160
Unanswered
rishabhparikh
asked this question in
Bug
Replies: 1 comment
-
My guess is that it's a hydration error. Maybe try some of the steps listed here? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've noticed that iframing a val is throwing an error in the console. My iframe is set up as so:
Once that iframe is rendered the JS console shows the error described here: https://react.dev/errors/421?invariant=421

I've verified error doesn't happen until the iframe is scrolled into view. Removing the iframe stops the error as well. The error doesn't appear to break any actual functionality.
I'm using Next.js 14.2.5.
Any thoughts / help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions