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
If undefined or null is passed to styleName, an error will be thrown from this line. There should probably be a check against falsey values, and the plugin should not create a className if the check fails.