Ricky

Results 318 comments of Ricky

Yeah great questions @sshic. When I implemented `ignoreLogs` it was originally just to move `console.ignoreYellowBox` over to LogBox. When I added the filtering for console messages too, my thought process...

> all updates coming from that store are batched together and more often than not it is desirable to flush other updates with those What types of updates are you...

I mean, where was `increment` called? What would you expect if it was called as: ```js startTransition(() => { increment(); }) ```

Possible fix here: https://github.com/facebook/react/pull/24535

I'd prefer option 2 as 30s increases the feedback loop by 50% for most of the tests.

Would love to get this into the next major!!

@SimenB if we document the performance hit, would you be ok to add this to the config?

Thanks but I believe the closing tags are already there, in-line above.

> I understand that there is a warning, but this is not an error. @dmytro-vasylenko the message says "warning" but the log level is error and we consider this an...