You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent type changes are causing type errors when trying to use the latest version of this package:
09:10:42 node_modules/.pnpm/[email protected]_sfoxds7t5ydpegc3knd667wn6m/node_modules/react-new-window/types/NewWindow.d.ts(14,5): error TS2411: Property 'height' of type 'number | undefined' is not assignable to 'string' index type 'string | number | boolean'.
09:10:42 node_modules/.pnpm/[email protected]_sfoxds7t5ydpegc3knd667wn6m/node_modules/react-new-window/types/NewWindow.d.ts(15,5): error TS2411: Property 'width' of type 'number | undefined' is not assignable to 'string' index type 'string | number | boolean'.
The text was updated successfully, but these errors were encountered:
abradley
added a commit
to abradley/react-new-window
that referenced
this issue
Dec 20, 2022
The recent type changes are causing type errors when trying to use the latest version of this package:
The text was updated successfully, but these errors were encountered: