Hydration error on Remix
thomkrupa opened this issue · 4 comments
thomkrupa commented
Describe the bug
There is a hydration error related to the builder pixel.
@sentry_remix.js?v=e6b38300:2948 Warning: Prop `dangerouslySetInnerHTML` did not match. Server: ".builder-pixel-ceg4x694qgu {\n height: 0;\nwidth: 0;\ndisplay: inline-block;\nopacity: 0;\noverflow: hidden;\npointer-events: none;\n } " Client: ".builder-pixel-ceg4x694qgu {\n display: inline-block;\npointer-events: none;\nheight: 0;\nwidth: 0;\noverflow: hidden;\nopacity: 0;\n } "
To Reproduce
Steps to reproduce the behavior:
- Use builder sdk
- Use component
- Open console
Expected behavior
No hydration error.
Additional context
The latest version of SDK @1.0.28