You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm using the
rc-tooltip
package which hasrc-trigger
as a dependency. On certain occasions, and I don't know why, my application totally crashes because on line 99 ofPopup.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.The text was updated successfully, but these errors were encountered: