[@mantine/modals] Add updateModal
and updateContextModal
Functions for Dynamic Modal Updates
#257
npm_test.yml
on: pull_request
test_pull_request
2m 39s
Annotations
3 errors and 1 warning
test_pull_request:
packages/@docs/demos/src/demos/modals/Modals.demo.updateContextModal.tsx#L43
Expected 1 arguments, but got 2.
|
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/
|