Tuomo Raitila

Results 12 comments of Tuomo Raitila

Hi @Quintis1212, thanks for taking the time to look in to this. Perhaps "crash" was a wrong word to describe the issue. I rephrased it. The error happens locally as...

Babel plugin does not help in this case, see https://github.com/styled-components/styled-components/issues/3440.

@nickhudkins, looks like your fix was reverted in v1.11.1, any chances you could revisit this?

My exact use case is documenting polymorphic components with `as` prop. ```jsx Link ``` If the `as` component is wrapped with a forwardRef (like they usually are) it does not...

Probably related to #667.

This is a bug in [date-fns](https://github.com/date-fns/date-fns/issues/2207).

@AlexandrChebotar Oh, sorry. Was looking at the wrong thing.

It's an issue with both useSelect and useCombobox (if you don't filter items). I'm mostly comparing with behavior of native select and other select libraries like react-select.