Skip to content

Commit

Permalink
docs: adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Nov 23, 2020
1 parent 62e41fe commit 823a0a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @types-extensions/emotion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
/// <reference types="@emotion/react/types/css-prop" />
2 changes: 1 addition & 1 deletion packages/application-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
/// <reference types="@emotion/react/types/css-prop" />

Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
/// <reference types="@emotion/react/types/css-prop" />

Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
/// <reference types="@emotion/react/types/css-prop" />

Expand Down

0 comments on commit 823a0a3

Please sign in to comment.