Cannot read properties of null (reading 'useReducer') #1651
Unanswered
harshmuriki
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Which React version are you on? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am trying to reader a pdf on my react app. I installed react-pdf through npm:
npm install react-pdf
and I have this basic code on my App.js file:But when I run this, I get this error:
Is it my code that is wrong? Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions