Skip to content

feat(react): infer ErrorBoundary error type from shouldCatch prop #1933

feat(react): infer ErrorBoundary error type from shouldCatch prop

feat(react): infer ErrorBoundary error type from shouldCatch prop #1933

Workflow file for this run

name: Knip
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
env:
CI: ${{ vars.CI }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
knip:
name: Knip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install
- run: pnpm run ci:knip