wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

Fix sample create react app 5 #1606

Closed hajekt2 closed 11 months ago

hajekt2 commented 1 year ago

Fix to make sample create-react-app-5 work.

wojtekmaj commented 11 months ago

Thanks for the heads up - turns out it was just the extra extension which CRA5 didn't like. Remove that in 592da7d314e99392fd0aae71e7cfcd31c74344b9 and it started working straight away.