remix
remix copied to clipboard
hydration doesn't work after remix build on UC Browser
What version of Remix are you using?
1.6.5
Steps to Reproduce
- build the project
git clone https://github.com/lili21/remix-uc.git
cd remix-uc
npm i
npm run build
npm run start
You can visit http://localhost:3000 with UC Browser. the page should be like

- click the
addbutton
Expected Behavior
0 should change to 1
Actual Behavior
0 is still 0
it works on dev mode, it just does't work after build
@lili21 any errors logged to the console?
Also, could you please give this a try on 1.11.1? I know we had some kind of breakage for some browsers due to the use of the nullish coalescing operator, and we got it fixed.
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that are unactionable. Please reach out if you have more information for us! 🙂