Update rendition 12 -> 14, styled-system and styled-components 4 -> 5

Changelog-entry: Update rendition 12 -> 14, styled-system and styled-components 4 -> 5
Change-type: patch
This commit is contained in:
Alexis Svinartchouk
2020-05-12 14:31:52 +02:00
parent 917ff89d9d
commit bfb6133871
3 changed files with 512 additions and 373 deletions

View File

@@ -169,7 +169,7 @@ const URLSelector = ({ done }: { done: (imageURL: string) => void }) => {
interface Flow {
icon?: JSX.Element;
onClick: (evt: MouseEvent) => void;
onClick: (evt: React.MouseEvent) => void;
label: string;
}