-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bug: html2canvas issue #2827
Comments
Thank you @semiautomatix
for reporting issues. It helps daisyUI a lot 💚
|
Prior issue appears to have been closed: niklasvh/html2canvas#2700 |
There's nothing I can do on my end. we should wait for html2canvas update to support new colors. |
I appreciate the swift reply. Let's leave the closed issue here, so anyone in a similar situation will understand where the issue exists and what can be done until html2canvas is updated. |
What version of daisyUI are you using?
v4.6.1
Which browsers are you seeing the problem on?
Edge
Reproduction URL
https://www.npmjs.com/package/jspdf
Describe your issue
Attempting to implement the most basic example on any DaisyUI HTMLElement will result in the following browser error:
Uncaught (in promise) Error: Attempting to parse an unsupported color function "oklch"
Example code:
Further referenced in html2canvas repository where it's indicated this error is caused by using any version of DaisyUI 4+: niklasvh/html2canvas#3130
The text was updated successfully, but these errors were encountered: