remix icon indicating copy to clipboard operation
remix copied to clipboard

hydration doesn't work after remix build on UC Browser

Open lili21 opened this issue 3 years ago • 1 comments

What version of Remix are you using?

1.6.5

Steps to Reproduce

  1. 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

image

  1. click the add button

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 avatar Jul 29 '22 09:07 lili21

@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.

machour avatar Jan 22 '23 13:01 machour

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! 🙂

github-actions[bot] avatar Feb 03 '23 08:02 github-actions[bot]