react-new-window
react-new-window copied to clipboard
added typescript definition for closeOnUnmount
Fix for "Property 'closeOnUnmount' does not exist on type" error when attempting to use the closeOnUnmount prop w/ TypeScript
This fixes a breaking issue when using the closeOnUnmount prop (added in this PR) which is especially frustrating if you are dealing with more than one window. Without that prop all child windows will close simultaneously. Any idea when this could be merged and a new version released @rmariuzzo ?
@rmariuzzo can you please merge this one? It's a big issues using in a TS project