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
Here, literal is not required, as on line 22 if the item is not an Array then we convert it to Array.
So, checking if the item is an array or not should be sufficient.
https://github.com/emotion-js/facepaint/blob/master/src/index.js#L22-L24
Here, literal is not required, as on line 22 if the item is not an Array then we convert it to Array.
So, checking if the item is an array or not should be sufficient.
#28
The text was updated successfully, but these errors were encountered: