Mateusz Burzyński

Results 302 issues of Mateusz Burzyński

```js const example = () => (theme = ) ``` this is likely broken because of https://github.com/Andarist/babel-plugin-jsx-adopt/blob/c76850888c7fa4d4f04eb8b178f9ff2fa8f418c5/src/index.js#L143 `stmt` will be found in outer function (the one containing `example`), logic should...

bug

In some cases generator fallback could be avoided

enhancement

Not sure how to do it properly, but at the moment `React.cloneElement` is used and this should be: - avoided - or configured

enhancement
help wanted

As a package author, I'm trying to juggle a lot of requirements and keep it compatible with different tools. This is a mad man's world and, for now, we've decided...

Before my fix the loader has been applied to application source because: ``` /node_modules/.test('src/foo.j') ``` returns false and thus this `exclude` rule has been returning false which meant that this...

I've noticed some flaky tests in our codebase and I think that I've diagnosed them to be related to the fact that `cypress-real-events` do not wait for "actionability" of the...

This builds on top of https://github.com/dmtrKovalenko/cypress-real-events/pull/201