Skip to content

fix(react): only rerender in useAtomInstance if subscribed #200

fix(react): only rerender in useAtomInstance if subscribed

fix(react): only rerender in useAtomInstance if subscribed #200

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
- 'next/v*.x'
- 'v*.x'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test