Open bausmeier opened 5 years ago
It would be great to get this one merged! We're running into scenarios where the ref may be null.
yes, come across the same issue, pls help solve it asap, thanks alot
TypeError: Cannot read property 'isFocused' of null
at KeyboardAwareBase.js:84
at Array.some (
When making use of useRef for refs forwarded to a custom functional component there is potential for the isFocused function not to be defined. Adding some extra checks to make sure that it is a function before calling it prevents an error from being thrown.