trigger icon indicating copy to clipboard operation
trigger copied to clipboard

Application crashing bug: _this.alignRef.current.forceAlign() called when _this.alignRef.current is null

Open loganmay opened this issue 5 years ago • 1 comments

I'm using the rc-tooltip package which has rc-trigger as a dependency. On certain occasions, and I don't know why, my application totally crashes because on line 99 of Popup.js, _this.alignRef.current.forceAlign() is called when _this.alignRef.current is null. I've hacked in an conditional check before making the call for now.

loganmay avatar Mar 23 '20 00:03 loganmay

+1

[email protected] image

Yangfan2016 avatar Apr 21 '21 02:04 Yangfan2016