react-new-window
react-new-window copied to clipboard
Default value of features.width and features.height is string, but the type is number
IWindowFeatures interface defines width and height as a number, but default value is string (640px).
I'm planning to migrate this project to TS. I think this will push me to fix this and other related issues.