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
This commit was signed with the committer’s verified signature.
Adds two utility functions:
mergeCSS :: Array CSS -> CSS: useful for merging styles passed into your component with your own defaults
syntheticEvent :: EventFn SyntheticEvent SyntheticEvent: essentially id; useful when you want to use the EventFn utilities but still want to maintain a reference to the original SyntheticEvent