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 don't know why, but sometimes 'stylesheet' comes as an Array
like this [{ stylesheet }, { opacity: 0.85 }], instead of an Object,
so this throws an error referenced at issue #17
So, this is a workaround, if the stylesheet is an Array,
returns the first element, wich is the actual style object.
0 commit comments