Aleksei Prokhorov

Results 127 comments of Aleksei Prokhorov

I need a code sample that reproduces the issue.

@leyriel you need to import from `'electron-log/main'` instead.

Yes, but I have no deadlines for that

Unfortunately, it isn't possible to change that behavior. Previously, I used setTimeout to prevent printing the path, but this workaround doesn't work in ESM mode.

I'm thinking about a new way of writing files, but this task has no timeline.

That's a bundling issue. I need a sample project that reproduces the problem so I can determine what's wrong.

What do you mean? Does MyLinkButton get remounted too frequently?

Please try wrapping your component by the memo HOC. If that isn't helpful, please send me the whole sample that reproduces it.

If the standard `document.execCommand('unlink')` doesn't work, you must do low-level DOM manipulation. I can't help with it unfortunately.