rocicorp / replicache-react

Miscellaneous utilities for using Replicache with React
MIT License
23 stars 8 forks source link

Allow React 18 #33

Closed arv closed 2 years ago

arv commented 2 years ago

Our package.json says we do not like React 18.

    "react": ">=16.0 <18.0",
    "react-dom": ">=16.0 <18.0",

We use unstable_batchedUpdates but according to https://blog.saeloun.com/2021/07/22/react-automatic-batching.html that API is still available in 18.

It looks like everything works to me (famous last words)

aboodman commented 2 years ago

This has been done.