Sami Jaber

Results 309 comments of Sami Jaber

I am completely unfamiliar with the Nx plugin and how it impacts adding other things, so I'm not sure what to suggest here. Since the only changes made by the...

In case having a webpack wrapper adds more flexibility: I released this https://github.com/BuilderIO/hydration-overlay/releases/tag/%40builder.io%2Freact-hydration-overlay%400.0.5 So you might be able to call that directly inside of your `webpack` config and hopefully that'll...

Unfortunately, hard to debug this since it seems to be specific to Nx. Can you provide a small repro? My instinct is that the initializer script is not running, or...

Huh. I am not familiar enough with Nextjs internals to know why this is happening (ONLY for Nx). We should add a check for `window` in the script to avoid...

Could your issue be the same as https://github.com/BuilderIO/hydration-overlay/issues/25#issuecomment-1877521434 ?

Closing since we can't reproduce. feel free to reopen if issue persists

It looks like MUI renders inline styles in SSR, but uses classnames in CSR, which causes this mismatch. Not sure how to approach hiding these false positives... 🤔

Actually: could you provide the full diff here? Before and After? It looks like the left side has a big Emotion tag: we could potentially remove those from the SSR...

> If the problem is with the emotion tag, I should have the problem first too, right? If by "first" you mean "before using this hydration overlay", then no. The...

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...