[@types/css-font-loading-module] 0.0.8 fails to build for me #64302
Unanswered
andybalaam
asked this question in
Issues with a @types package
Replies: 3 comments 1 reply
-
Thanks for the discussion about "css-font-loading-module", some useful links for everyone: Pinging the DT module owners: @slikts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi have a similar issue here, looks to be a redeclaration of FontFaceDescriptors with slightly different types. Typescript 5 and @types/css-font-loading-module are defining the global as a different type :( |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed the issues by executing once: npm install --save-dev @types/css-font-loading-module |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when I try to build my project matrix-react-sdk with the @types/css-font-loading-module dependency changed to version 0.0.8 (e.g. this PR) I see this build error:
Looking at the code, I can't see where
FontDisplay
comes from, so I suspect this is a real error.Beta Was this translation helpful? Give feedback.
All reactions