Skip to content

fix: make Modal's onRequestClose mandatory and call it on close #1317

fix: make Modal's onRequestClose mandatory and call it on close

fix: make Modal's onRequestClose mandatory and call it on close #1317

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[18]'
lint-check-types: true
npm-setup-command: npm ci