trigger
trigger copied to clipboard
Application crashing bug: _this.alignRef.current.forceAlign() called when _this.alignRef.current is null
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.
