Bryan Leewood

Results 2 comments of Bryan Leewood

We're able to sort of get around this for now by utilizing the `satisfies` operator like: ```tsx NiceModal.show('demo-modal-name', { name: "example name prop", } satisfies DemoModalProps); ``` However, a better...