Skip to content

[@mantine/modals] Add updateModal and updateContextModal Functions for Dynamic Modal Updates #257

[@mantine/modals] Add updateModal and updateContextModal Functions for Dynamic Modal Updates

[@mantine/modals] Add updateModal and updateContextModal Functions for Dynamic Modal Updates #257

Triggered via pull request November 18, 2024 13:17
Status Failure
Total duration 2m 50s
Artifacts

npm_test.yml

on: pull_request
test_pull_request
2m 39s
test_pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test_pull_request: packages/@docs/demos/src/demos/modals/Modals.demo.updateContextModal.tsx#L53
Property 'updateContextModal' does not exist on type '{ open: (payload: ModalSettings) => void; close: (id: string) => void; closeAll: () => void; openConfirmModal: (payload: OpenConfirmModal) => void; openContextModal: <TKey extends MantineModal>(payload: OpenContextModal<...> & { ...; }) => void; }'. Did you mean 'openContextModal'?
test_pull_request
Process completed with exit code 1.
test_pull_request
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/