Pavel-i-tel

Results 16 comments of Pavel-i-tel

This solution works fine for me: ```ts import * as htmlToPdf from 'html-pdf'; const options: htmlToPdf.CreateOptions = { format: 'Letter', // required to resolve image issues phantomArgs: ['--ignore-ssl-errors=yes'], }; htmlToPdf.create('SOME...

I confirm. In my case, this causes a nasty bug. Everything related refs that worked in version 17 just stopped working in version 18 without any error messages. I definitely...

Eseast way, is just add handler to button dirrectly without any form component: ```jsx const FormInDialog = ({ handleSubmit }) => ( return ( {title} Cancel {edit ? 'Update' :...

@ava57r в чем сложность принимать так же и PR-ы через git?

I can take this issue. Please, assign it to me

would like to complete this task. What should I do first to be helpful?

Is I correctly understand, that this library works only on MacOS?