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

Objects are not valid as a React child #617

Closed
wojtekmaj opened this issue Jul 27, 2020 · 1 comment
Closed

Objects are not valid as a React child #617

wojtekmaj opened this issue Jul 27, 2020 · 1 comment
Labels
question Further information is requested

Comments

@wojtekmaj
Copy link
Owner

HI @wojtekmaj
I'm getting below Error, chould you please help.

image

image

Originally posted by @satyamjha22 in #52 (comment)

@wojtekmaj
Copy link
Owner Author

Your file prop isn't correct.

-          file="{`data:application/pdf;base64,${base64String}`}"
+          file={`data:application/pdf;base64,${base64String}`}

@wojtekmaj wojtekmaj added the question Further information is requested label Aug 4, 2020
alexandernanberg pushed a commit to alexandernanberg/react-pdf that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant