-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on yarn install
: Argument of type 'FontFace' is not assignable to parameter of type 'global.FontFace'
#432
Comments
yarn install
: Argument of type 'FontFace' is not assignable to parameter of type 'global.FontFace'
Hello. Can you please show what versions of |
macos 12 |
I just cloned this project, and then yarn install git clone https://github.com/gregnb/react-to-print.git |
This seems to be something to do with a breaking change in TypeScript, since it works with earlier versions. Should have a fix out shortly, thank you |
The breaking change occurred specifically in TypeScript v4.4. It seems TypeScript added |
The fix for this has been published in v2.14.1, please let me know if you run into any other issues. Thank you! |
thank you , 2.14.1 is fine!. |
The text was updated successfully, but these errors were encountered: