You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made sure the next.config.js did indeed load the library.
With console.logs in the hydration-overlay-initializer.js I do see the script actually gets loaded, and also got assured Server-Side Html is captured.
I created a ForcedMismatch component, but the overlay didn't appear.
When I add (or change) window.addEventListener('error', (event) => { console.log('Error event detected:', event.message); });
in de initializer, do not see any event getting triggered.
Is next-js intercepting those events (maybe the newer versions?) before it reaches the hydration overlay script?
Or did I configure something wrong?
The text was updated successfully, but these errors were encountered:
I made sure the next.config.js did indeed load the library.
With console.logs in the hydration-overlay-initializer.js I do see the script actually gets loaded, and also got assured Server-Side Html is captured.
I created a ForcedMismatch component, but the overlay didn't appear.
When I add (or change)
window.addEventListener('error', (event) => { console.log('Error event detected:', event.message); });
in de initializer, do not see any event getting triggered.
Is next-js intercepting those events (maybe the newer versions?) before it reaches the hydration overlay script?
Or did I configure something wrong?
The text was updated successfully, but these errors were encountered: