From 823a0a39163079ac45561afa40d42f780dc78795 Mon Sep 17 00:00:00 2001 From: Nicola Molinari Date: Mon, 23 Nov 2020 14:36:30 +0100 Subject: [PATCH] docs: adjust comment --- @types-extensions/emotion.d.ts | 2 +- packages/application-components/src/index.ts | 2 +- packages/application-shell/src/index.ts | 2 +- packages/react-notifications/src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/@types-extensions/emotion.d.ts b/@types-extensions/emotion.d.ts index c4246056f0..507407cc61 100644 --- a/@types-extensions/emotion.d.ts +++ b/@types-extensions/emotion.d.ts @@ -8,6 +8,6 @@ * For those cases we have added a special file that can be imported once * to add support for the `css` prop globally, for all components. * - * TODO: remove this once we use upgrade to TS >4.1 + * TODO: remove this once we switch to automatic jsx runtime */ /// diff --git a/packages/application-components/src/index.ts b/packages/application-components/src/index.ts index 05445e2377..8131c8cc2e 100644 --- a/packages/application-components/src/index.ts +++ b/packages/application-components/src/index.ts @@ -8,7 +8,7 @@ * For those cases we have added a special file that can be imported once * to add support for the `css` prop globally, for all components. * - * TODO: remove this once we use upgrade to TS >4.1 + * TODO: remove this once we switch to automatic jsx runtime */ /// diff --git a/packages/application-shell/src/index.ts b/packages/application-shell/src/index.ts index 501cdb0925..faa047ab73 100644 --- a/packages/application-shell/src/index.ts +++ b/packages/application-shell/src/index.ts @@ -8,7 +8,7 @@ * For those cases we have added a special file that can be imported once * to add support for the `css` prop globally, for all components. * - * TODO: remove this once we use upgrade to TS >4.1 + * TODO: remove this once we switch to automatic jsx runtime */ /// diff --git a/packages/react-notifications/src/index.ts b/packages/react-notifications/src/index.ts index 3d11918d44..a3ce6caa87 100644 --- a/packages/react-notifications/src/index.ts +++ b/packages/react-notifications/src/index.ts @@ -8,7 +8,7 @@ * For those cases we have added a special file that can be imported once * to add support for the `css` prop globally, for all components. * - * TODO: remove this once we use upgrade to TS >4.1 + * TODO: remove this once we switch to automatic jsx runtime */ ///