Closed
Description
Hello,
After updating @react-pdf/renderer from 2.0.2 to 3.0.0 in my react app I'm getting the following error in the console, and the react website freezes:
./node_modules/@react-pdf/font/lib/index.browser.es.js
Attempted import error: 'create' is not exported from 'fontkit' (imported as 'fontkit').
I have tried updating the fontkit package to the latest version but it already was the latest version. My node version is v16.13.2. Please help.