Martin Trobäck
Martin Trobäck
Be my guest. Perhaps a piece of code like that should be optional. So that everyone using just one stream doesn't get affected by it.
I'm not sure if adding a color is classified as a breaking change or not. Let me know please.
Got some ideas how to refactor the repetitive CSS too, but thought I'd do that in a separate PR instead.
@HassanBahati Have you ever used this library?
Wouldn't the answer to this lie in your own code? Save the value to a state and debounce api saving? ```jsx const MyComponent = ({ initalValueFromApi }) => { const...