Closed joy-void-joy closed 2 years ago
Fixes https://github.com/rmariuzzo/react-new-window/issues/118
This PR simply adds children?: React.ReactNode to NewWindow's type definition, which seems to be enough.
children?: React.ReactNode
Can we get a release for the typings?
It would be nice to have
Will deploy a new version soon today.
Fixes https://github.com/rmariuzzo/react-new-window/issues/118
This PR simply adds
children?: React.ReactNode
to NewWindow's type definition, which seems to be enough.