Will Ernest
Will Ernest
@kfranqueiro Thoughts on getting it directly from the `devDependencies` in `package.json`? It seems like a straightforward way to have it update, but would also require use to keep the `package.json`...
The button is also broken for me. 
Can you elaborate on your use case that requires this amount of values?
I'm not sure I fully understand your use case. The step value is required to be a number, since it is defining the step increment when used with a number...
This is caused by 8px top & bottom in the StyledList component, but isn't accounted for when setting the StyledList height in the example. Simply adding 16px to the height...
Can you elaborate on what you're overriding specifically, and what you're seeing as the end result? Also, can you reproduce this in a codesandbox link so we can investigate?
Ideally, we don't want this behavior on our default component so this change should be behind a `resize` prop and it's probably best to implement min/max rows with this change...
Can you reproduce this with a codesandbox? I'm not seeing an error when using the code you've provided.
The FormControl component sets props on direct children. Not using DOM elements as a direct descendant of the form control seems like it resolves this issue. Is there a use...
We don't use typescript at Uber, so we provide a best effort for the community. We're always open to contributions to update our typing and type system.