Upgrade to nextjs 15, syntax error
Unanswered
Egyptian Mau posted this in #help-forum
Egyptian MauOP
I'm getting
Unhandled Runtime Error
SyntaxError: Failed to execute 'appendChild' on 'Node': Invalid or unexpected token
the full stacktrace is attached, the error doesn't point to any of my code so I'm not even sure how to debug this. This happened after upgrading from 14 to 15 and is present in all routes1 Reply
Egyptian MauOP
{gaID && <GoogleAnalytics gaId={gaID} />}
apparently this is the culprit somehow