This is a reproduction repo created from the Expensify App. The purpose of it is to reproduce the issue when using Fast Refresh together with react-compiler
.
You can find the full description and instructions here: https://github.com/Expensify/App
- Checkout to React 18 branch
git checkout react-18
- Install dependencies:
npm install
- Run the app:
npm run web
- Checkout to React 19 branch
git checkout react-19
- Install dependencies:
npm install -f
- Run the app:
npm run web