Maja Wichrowska

Results 24 comments of Maja Wichrowska

I think no error message for now (we're working on a possible design for that sort of scenario). Most importantly, if there is a hover span, that should disappear once...

Let me look into `styled-components` a bit more and see what we can do on a system-wide level. It's a very popular library, and it'd be ideal if we'd be...

Hi! Just a heads up that you can do at least some of this with props! :) Try setting `block` and `noBorder` to true on the `SingleDatePicker.` Overriding the focus...

How is the footer panel positioned?

Hi @ctrlaltdylan, as you noticed `required={true}` is a html form attribute that I believe will prevent you from submitting a form. However, there's still won't be an error message (or...

@linorabolini Can you describe the usecase? Or the problem that you're seeing? I ... don't currently think it's possible unfortunately. I'm def worried it could lead to weird behavior, but...

To continue supporting older versions of react, we will probably transition to https://github.com/reactjs/react-lifecycles-compat ahead of the react 17 release. On Tue, May 22, 2018, 4:23 PM Jordan Harband wrote: >...

Are you sure @ljharb? Because the readme specifically says its for third party libraries to continue functioning without releasing a new major version/dropping support for older versions of react. >...

I think a minimal API surface area makes sense, but I think that it also may make sense to expose injectStyleOnce as part of that. If I am using Aphrodite,...

We're no longer using this approach but I feel like it would still be valuable to anyone writing custom selectors to have access to the object (rather than the string).