Ivan Reshetnikov

Results 12 comments of Ivan Reshetnikov

> How about using the `Timeout` object for all of these things ... there would be `new_microtask` [`queueMicrotask()`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/queueMicrotask) does not return anything similar to `timeoutID` and cannot be cancelled, so...

That's something I'd like to implement, but unfortunately I currently don't have time for new features and support, so unless someone else makes a PR this will have to wait.

Can't see how looking up string returned from `validate` method in `errorHelp` object could solve this problem. Could you provide an example? I think the proper way would be to...

Yeah, I thought this may raise an issue... I'll think about it.

I don't think there's a way to do this at the moment, but I'll try to fix this in the coming days.

I'm working on a new version that will have a lot of improvements and support all updated dependencies including `react-bootstrap`. No ETA though.

Looks like it should be working, but it does not. I'll take a deeper look at the problem when I have more time.

The problem is that in the case with custom component, it's inner children are not in the props object. Therefore `child.props.children` is empty. Proper solution would be to migrate to...

You can take a look at how contexts work in [this article](https://www.tildedave.com/2014/11/15/introduction-to-contexts-in-react-js.html) Keep in mind that feature is still not finalized (as most of react...). Also, there's a problem with...