You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this error : "Error: addImage does not support files of type 'UNKNOWN', please ensure that a plugin for 'UNKNOWN' support is added" while using the package today, It started before I made any changes to my code,( was working before ).
I'm using the generatePDF function like so generatePDF(editorWrapperRef, { filename: "page.pdf", overrides: {}, });
Stack Trace [Error] Unhandled Promise Rejection: Error: addImage does not support files of type 'UNKNOWN', please ensure that a plugin for 'UNKNOWN' support is added. P2 (react-to-pdf.js:3496:200) (anonymous function) (react-to-pdf.js:3486) convert (react-to-pdf.js:8660) (anonymous function) (react-to-pdf.js:8719)
The text was updated successfully, but these errors were encountered:
I've received a Sentry event with this error but haven't been able to reproduce myself. The user who encountered it was on Safari 16.6.1. I've tried with Safari 18.2 and that worked fine.
Hello,
First, thank you for the package!
I encountered this error : "Error: addImage does not support files of type 'UNKNOWN', please ensure that a plugin for 'UNKNOWN' support is added" while using the package today, It started before I made any changes to my code,( was working before ).
I'm using the generatePDF function like so
generatePDF(editorWrapperRef, { filename: "page.pdf", overrides: {}, });
Stack Trace
[Error] Unhandled Promise Rejection: Error: addImage does not support files of type 'UNKNOWN', please ensure that a plugin for 'UNKNOWN' support is added. P2 (react-to-pdf.js:3496:200) (anonymous function) (react-to-pdf.js:3486) convert (react-to-pdf.js:8660) (anonymous function) (react-to-pdf.js:8719)
The text was updated successfully, but these errors were encountered: