Skip to content

Fix rapid updating of useAsyncIterState's state yields the first update instead the last one in the series #96

Fix rapid updating of useAsyncIterState's state yields the first update instead the last one in the series

Fix rapid updating of useAsyncIterState's state yields the first update instead the last one in the series #96

Workflow file for this run

name: CI - build check
on:
pull_request:
branches: [master]
jobs:
ts_build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: TypeScript test build
run: pnpm run build-check