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
Warning: Prop className did not match. Server: "StyledRect-sc-1uso172-0 eRDgKF rect single-resizer" Client: "StyledRect-sc-1uso172-0 gblcbk rect single-resizer"
#20
Open
RouillerRomain opened this issue
Oct 13, 2019
· 0 comments
Hello,
im using this module with Next.js and react and i get this error
: Warning: Prop className did not match. Server: "StyledRect-sc-1uso172-0 eRDgKF rect single-resizer" Client: "StyledRect-sc-1uso172-0 gblcbk rect single-resizer"
when i first load the page, also the class gblcbk is not added on the ResizableRect component,
but wehn i make a change on my code and then save, it renders properly,
so basically for the first load i dont get the compoent with this class : gblcbk
any ideas how i can resolve this ?
thanks
The text was updated successfully, but these errors were encountered:
Hello,
im using this module with Next.js and react and i get this error
: Warning: Prop
className
did not match. Server: "StyledRect-sc-1uso172-0 eRDgKF rect single-resizer" Client: "StyledRect-sc-1uso172-0 gblcbk rect single-resizer"when i first load the page, also the class gblcbk is not added on the ResizableRect component,
but wehn i make a change on my code and then save, it renders properly,
so basically for the first load i dont get the compoent with this class : gblcbk
any ideas how i can resolve this ?
thanks
The text was updated successfully, but these errors were encountered: