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 Issue
After clean install of v3.3.7 (removed lockfile and nodemodules) I started to get TS build errors. Possibly related to #2559, which was closed but there was no commits to address the issue. Versions 3.3.x and 3.2.x also fail with same issue. Last working version I can find is 3.1.15.
To Reproduce
Do a clean install of versions 3.3.x or 3.2.x and compile typescript with tsc
Expected Behaviour
Compilation should pass successfully
Desktop (please complete the following information):
Macbook Pro M1
React-pdf version: 3.3.7
No this is different. When you have export =, that can be the only top-level exported element. This should be resolved by taking the named exports and moving those to be export X inside the ReactPDF namespace. @andrewbranch interestingly, attw doesn't flag that the types here are wrong.
Describe Issue
After clean install of v3.3.7 (removed lockfile and nodemodules) I started to get TS build errors. Possibly related to #2559, which was closed but there was no commits to address the issue. Versions 3.3.x and 3.2.x also fail with same issue. Last working version I can find is 3.1.15.
To Reproduce
Do a clean install of versions 3.3.x or 3.2.x and compile typescript with tsc
Expected Behaviour
Compilation should pass successfully
Desktop (please complete the following information):
Macbook Pro M1
React-pdf version: 3.3.7
Error Logs
The text was updated successfully, but these errors were encountered: