Skip to content

fix CustomChildComponent remount #95

fix CustomChildComponent remount

fix CustomChildComponent remount #95

Workflow file for this run

name: BuildTest
on:
pull_request:
branches:
- main
jobs:
build-test:
name: buildtest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn build
- run: yarn test