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
I tried to install babel-polyfill and requires it before react-pdf but it didn't solve the issue.
It's mentionned in the README that babel-polyfill is required by the library if we don't use it but I didn't find where in the code?
The text was updated successfully, but these errors were encountered:
Hey,
Thank you for this report! I'm not entirely sure what's going on there. babel-polyfill is required explicitly in components that need them (being e.g. Outline). Maybe I was wrong and, in fact, it is needed in another parts of the app? Would you please attach error stack?
I tried to use
react-pdf@2.0.0-beta
with Create React App and I got this error.Steps to reproduce:
npm install -g create-react-app create-react-app test-pdf cd test-pdf npm install react-pdf@next --save
I tried to install
babel-polyfill
and requires it beforereact-pdf
but it didn't solve the issue.It's mentionned in the README that
babel-polyfill
is required by the library if we don't use it but I didn't find where in the code?The text was updated successfully, but these errors were encountered: