Skip to content

fix(deps): revert react and react-dom to 18.3.1 to fix dropdown crashes #902

fix(deps): revert react and react-dom to 18.3.1 to fix dropdown crashes

fix(deps): revert react and react-dom to 18.3.1 to fix dropdown crashes #902

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: yarn
- run: make deps test