react-pdf
react-pdf copied to clipboard
hasOwnProperty undefined
Error in the latest nextjs canary version:
var q = ba.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
q.hasOwnProperty("ReactCurrentDispatcher") ||
(q.ReactCurrentDispatcher = {
current: null,
});
React 19 can not be used with react pdf becouse of this
Same issue here, @diegomura any plans to support React 19?
I am facing the same issue. I cannot use this library in React 19 or Next 15.
What I am also facing is the issue that I can use this library by starting the dev environment using yarn dev, but when I try to run it in a docker container, it keeps crashing with the same error above.
Any ideas?
facing the same issue , here