virtual-list
virtual-list copied to clipboard
null is not an object (evaluating 'n.listRef.current.clientHeight')
We get an error reported from sentry as shown in title.
This line of List.ts requires a null check on listRef.current:
var clientHeight = _this.listRef.current.clientHeight;