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
Describe the bug
Unfortunately all kind of types are not working anymore.
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
import { BulkLoad } from '@react-pdf/types'; // Module '"@react-pdf/types"' has no exported member 'BulkLoad'
import { Font } from '@react-pdf/renderer'; // exports const Font: FontStore
Font.register({}) // method Font.register refers to "any"
Describe the bug
Unfortunately all kind of types are not working anymore.
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
You can make use of react-pdf REPL to share the snippet
Expected behavior
Make the types work again
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: