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
confirming, having the same warning when using with next.js:
Warning: Prop `id` did not match. Server: "react-svg-pan-zoom_miniature_mask_uid1" Client: "react-svg-pan-zoom_miniature_mask_uid2" Error Component Stack
at mask (<anonymous>)
at defs (<anonymous>)
at g (<anonymous>)
at MiniatureMask (miniature-mask.js:13:5)
at RandomUID (RandomUID.js:16:7)
at g (<anonymous>)
at g (<anonymous>)
at svg (<anonymous>)
at div (<anonymous>)
at Miniature (miniature.js:22:5)
at div (<anonymous>)
at ReactSVGPanZoom (viewer.js:57:14)
at UncontrolledReactSVGPanZoom (uncontrolled-viewer.js:21:5)
a temporary work around on next.js is to avoid using SSR on this component till it's fixed.
Since i'm having it wrapped with ReactSvgPanZoomLoader, so i'm just setting it up without SSR
I'm using next js with typescript, when I start rendering a message appears
The text was updated successfully, but these errors were encountered: