Using @react-pdf/renderer 2.3.0" and latest parcel 2, production build, builds fine but opening the app you will see

The reference error leads to primitives in the source map.
Minimal reproduction
https://github.com/andrewvmail/parcel-react-pdf-bug-demo
git clone https://github.com/andrewvmail/parcel-react-pdf-bug-demo
cd parcel-react-pdf-bug-demo
yarn
parcel build src/index.html
cd dist
npx http-server
# open localhost:8080
# another terminal
parcel serve src/index.html
# no console error
Thanks in advance!