[@mantine/modals] Add updateModal
and updateContextModal
Functions for Dynamic Modal Updates
#257
Annotations
3 errors and 1 warning
Build public packages:
packages/@docs/demos/src/demos/modals/Modals.demo.updateContextModal.tsx#L43
Expected 1 arguments, but got 2.
|
Build public packages:
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'?
|
Build public packages
Process completed with exit code 1.
|
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/
|
Loading