virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

null is not an object (evaluating 'n.listRef.current.clientHeight')

Open 85204 opened this issue 4 years ago • 0 comments

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;

85204 avatar Apr 20 '21 10:04 85204