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
The singleSpaProps object that is online 49 is null.. and the chooseDomElementGetter function passing in opts and singleSpaProps but if singleSpaProps == null the code completely dies and crashes the app
This should be optional and default to a blank {} object then line 92 - 97 would run for backwards compatibility
The text was updated successfully, but these errors were encountered:
I think there is a bug with 2.1.1 version.
The singleSpaProps object that is online 49 is null.. and the chooseDomElementGetter function passing in
opts
andsingleSpaProps
but if singleSpaProps == null the code completely dies and crashes the appThis should be optional and default to a blank {} object then line 92 - 97 would run for backwards compatibility
The text was updated successfully, but these errors were encountered: