We are seeing an error in this line of code in our error tracking:
|
if (utils.isWindow(element) || element.nodeType === 9) { |
The stack trace indicates it's coming from rc-align usage:

Looks it might be fixable with safe property access within this library, but not sure exactly what's going on. Any help appreciated. Thanks!