Skip to content

Remove double initialization and unneeded useLazyRef from useFragment to avoid write to ref in render #2251

Remove double initialization and unneeded useLazyRef from useFragment to avoid write to ref in render

Remove double initialization and unneeded useLazyRef from useFragment to avoid write to ref in render #2251

Workflow file for this run

name: Api Extractor
on: pull_request
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
api-extractor:
name: Api-Extractor
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@v1
# Builds the library and runs the api extractor
- name: Run Api-Extractor
run: npm run extract-api