react-new-window
react-new-window copied to clipboard
🔲 Pop new windows in React, using `window.open`.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I don't know why the maintenance of this awesome library is stopped currently the version of react is 18 and this library only supports react version up to 16 I...
Hi we are using ant design with react to create an online test taking emulator(sort of) and it has a timer too, everything works except in windows os, the timer...
Fix for "Property 'closeOnUnmount' does not exist on type" error when attempting to use the closeOnUnmount prop w/ TypeScript
So I keep my window open on route change via ```closeOnUnmount``` prop. But after changing the route, functions are not working as expected in the children. Please see below: ```jsx...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Menubar doesn't show up... Need it for the print menu feature of the opened window.
This is for the benefit of anyone else trying to use this package in React 18. The React devs have made StrictMode deliberately unmount and remount newly mounted components, to...
* Fix links in new window by setting the base URL correctly * Update styles in the new window whenever they change in the parent. This is needed if the...