After saving my form data in local storage and refreshing the page, my form renders with the correct values but I get the following warning, although I'm using a dummy storage object like suggested in the readme: Warning: Prop 'aria-valuenow' did not match. Server: "10000" Client: "11000".
I'm using Next.js with SSR.
After saving my form data in local storage and refreshing the page, my form renders with the correct values but I get the following warning, although I'm using a dummy storage object like suggested in the readme:
Warning: Prop 'aria-valuenow' did not match. Server: "10000" Client: "11000"
.Here is the relevant part of my code:
Any way to properly fix this ?