Juliano Penna

Results 24 comments of Juliano Penna

This could be made more simple... This can fix it, but may have breaking changes (?): ```js if (value !== undefined) { _rule2['default'][ENUM](rule, value, source, errors, options); } ``` **PR**...

This is a simplified version of the code, but the structure is the basically the same. I used the same names as the example I gave above, so you can...

This is working (simplified/mocked version) ```js import { shallow } from 'enzyme'; import Flow from 'components/Flow'; import Container from './Container'; import ChoosePathStep from './steps/ChoosePathStep'; describe('Flow', () => { it('Renders initial...

Nice, it works! I should have tried with a function... Why would you say this way is preferable instead of using `.wrap()`?

Right. Yes, that would be good, make it clear how to deal with this scenario. I took a look into the code, this is quick piece I wrote. I can...

Cool! I'll work on this this weekend then!

@ljharb Man, I'm getting a lot of lint errors on the Master branch when I run `npm test` with React 16. React 15 went fine. ```bash npm run react 16...

@ljharb Hey man! Did you see the PR?

Ok, I will try it! Thank you!

Yes, that's it. I found a solucionar already. I'll send a PR today probably. Working on tests. On Wed, Jan 24, 2024, 11:56 Lucas.Xu ***@***.***> wrote: > @jpenna You were...