RMNKH

Results 5 comments of RMNKH

using options ` { allowTaint: false, useCORS: true }` dose not solve my issue. I got still cors error yet. checking the package `html2canvas`, find out that this issue is...

I am using SelectBox and MultiSelectBox in a form and here I dont have props like `required `and `name `for them. I'm using tremor V2.0.1 is there any idea how...

For Those who are dealing with this issue, I found the solution by calling the toBlob function two times like this: ``` const handleClickDownload = async () => { if...

I ran into this same issue. Instead of fighting the library's internal DOM structure with deep CSS selectors (which can break easily if the library updates), I found the cleanest...