Veniamin Krol

Results 8 issues of Veniamin Krol

> The name simulate() is misleading: it doesn’t really simulate an event but calls the prop the same way we’d do it manually. These two lines will do almost the...

Hello! > And now Node 13.2.0 has shipped. ES module support is no longer experimental. You conclude you've pushed it off long enough. The time has come. This is not...

> Clearly describe the bug Autofix strips BOM > Which rule, if any, is the bug related to? N/A. > What CSS is needed to reproduce the bug? N/A. >...

status: ready to implement
type: bug

Hello. I think that the word "react" in the package name is misleading. In theory mobx-react-form can be used with any UI library/framework. What do you think about it?

enhancement

This change also makes the isVisible predicates equivalent to the predicates in the previous example in this chapter.

Hello. Please tell me why CSScomb change line ending from CRLF to LF on Windows? Thanks. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/11799832-end-of-line-on-windows?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept...

type: bug
category: core

It''s `clearCompileError` https://github.com/search?q=repo%3Apmmmwh%2Freact-refresh-webpack-plugin+clearCompileError&type=code, not `clearCompileErrors` https://github.com/search?q=repo%3Apmmmwh%2Freact-refresh-webpack-plugin+clearCompileErrors&type=code.

Without implementation signature we get an error when passing `string | RegExp` to the `parse` function: ```ts declare const route: string | RegExp; parse(route); /* No overload matches this call....