Enrico Balsamo
Enrico Balsamo
Solving issue #91. The declared type for prop `textMessage` is not correctly working with memoized components supplied as prop for `textMessage`. The most proper type should be `PropTypes.element` instead of...
The declared type for prop `textMessage` is not correctly working with memoized components supplied as prop for `textMessage`. The most proper type should be `PropTypes.element` instead of `PropTypes.func`. Additionally, `bottom`...
In this PR the types of `listenToKeyboardEvents` and `KeyboardAwareHOCOptions` are exported.
Hello, in my use case I need to represent a line chart plotting a new point at a frequency of ~50hz, meaning a new point every 20 ms. I'm not...