sunsilent
sunsilent
> version 1.1.7 of @radix-ui/react-dialog and @radix-ui/react-alert-dialog will encounter this issue, while version 1.1.6 will not. ```json "dependencies": { "@radix-ui/react-dialog": "^1.1.6" } ``` current version is `1.1.6` and The actual...
> I would like to work on this. Can this issue be assigned to me? Thank you very much. I implemented a contextmenu component to replace it.
> [@sunshmo](https://github.com/sunshmo): > > `Property 'onClose' does not exist on type 'IntrinsicAttributes & DialogContentProps & RefAttributes'.ts(2322)` > > ``` > ... > interface DialogProps { > children?: React.ReactNode; > open?:...