Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'pages' of null #21

Closed
juuuuuuuuuuuuuu opened this issue Jul 24, 2017 · 4 comments
Closed

Cannot read property 'pages' of null #21

juuuuuuuuuuuuuu opened this issue Jul 24, 2017 · 4 comments

Comments

@juuuuuuuuuuuuuu
Copy link

PDF file="http://kostat.go.kr/file_total/kor3/korIp1_14.pdf"

i think the pdf is not connected..
how should i do?

@anarerdene
Copy link

Same ...

@juuuuuuuuuuuuuu
Copy link
Author

help me...

@anarerdene
Copy link

Add:

constructor() { 
 super();
 this.state = {pages: []} 
}

@mikecousins
Copy link
Owner

Yup, you just need to define your state. I updated the readme to help future users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants