From f3c4c641520c13e72eff5b2e00e8988fa61c2df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 5 Jun 2023 16:54:37 +0200 Subject: [PATCH] Create wicked-boxes-lick.md --- .changeset/wicked-boxes-lick.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/wicked-boxes-lick.md diff --git a/.changeset/wicked-boxes-lick.md b/.changeset/wicked-boxes-lick.md new file mode 100644 index 000000000..9d94671c4 --- /dev/null +++ b/.changeset/wicked-boxes-lick.md @@ -0,0 +1,5 @@ +--- +"@emotion/react": patch +--- + +Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React.