Jeff Hansen

Results 142 comments of Jeff Hansen

How often does the current culture change though?

`MessageFormat` instances are still useful for caching parsed messages. Tbh I'm fine changing from passing the culture to the constructor to passing it via a parameter, it'll just be a...

Hey @Frooxius , thanks for the PR, especially those locale-specific unit test fixes! 🙌 I don't think we should add a new parameter to `FormatMessage` for this. I do have...

I’m afraid I won’t be able to look into it now as I’m out sick. Any help is appreciated with debugging the root cause :)

I think I see the problem. Basically, it'll register each verb with each path which is what you are observing. This is tricky because it's related to how the internal...

If you can release it for preview I can give it a shot!

@zhantx for context, when using regular React state (without mobx) in the Downshift reproduction, it only runs twice instead of looping, that's why I opened an issue here as well.