BuilderIO / hydration-overlay

Overlay for hydration errors with explicit diff between renders.
https://www.builder.io/blog/announcing-react-hydration-overlay
MIT License
500 stars 17 forks source link

Module not found after implement the package #37

Open yanal-sprintive opened 10 months ago

yanal-sprintive commented 10 months ago

After implement the package, there are multiple issue appear like : image

What i do to implement the package : Next config : image

_app.tsx file : image

And still error appear what is the solution for this issue ?

yanal-sprintive commented 10 months ago

@samijaber Can you help me with this issue ?

samijaber commented 10 months ago

The dns module in the error is not part of this library. It is hard for me to understand why this failure is occurring.

Can you provide a minimum reproduction in a public github repo?