diegomura / diegomura/react-pdf
Unknown version
- Dominant language
- TypeScript
- Stars
- 16.8k
- Forks
- 1.3k
- Avg merge
- 5h 6m
- Merged PRs (30d)
- 52
Description
**Describe the bug**
I'm using Image component to render from URL object
The URL is an application/octet-stream response of a JPG file and it could be saved and opened if downloaded.
Console gives Warning: "Unknown version". I've got different version number with different JPG
**To Reproduce**
When the following component is saved as blob
```
```
**Expected behavior**
The JPG should be embedded in PDF
**Error Log**
`Error: Unknown version 47178`
`at VersionedStruct.decode (http://localhost:3000/static/js/bundle.js:358332:13)`
`at ArrayT.decode (http://localhost:3000/static/js/bundle.js:357070:28)`
`at ArrayT.fromBuffer (http://localhost:3000/static/js/bundle.js:357144:17)`
`at Object.decode (http://localhost:3000/static/js/bundle.js:356206:24)`
`at new JPEG (http://localhost:3000/static/js/bundle.js:298158:65)`
`at getImage (http://localhost:3000/static/js/bundle.js:298253:14)`
`at _callee3$ (http://localhost:3000/static/js/bundle.js:298376:45)`
`at tryCatch (http://localhost:3000/static/js/bundle.js:295263:16)`
`at Generator. (http://localhost:3000/static/js/bundle.js:295351:17)`
`at Generator.next (http://localhost:3000/static/js/bundle.js:295292:21)`
**Desktop (please complete the following information):**
- OS: Windows
- Browser: Chrome
- React-pdf version: v3.4.3
Contributor guide
Assessment
This issue has not been assessed yet.