Artem Laboskin
Results
1
issues of
Artem Laboskin
## Environment **styled-components:** 6.0.7 **react:** 18.2.0 **react-dom:** 18.2.0 **typescript:** 5.0.2 ## Reproduction https://codesandbox.io/s/styled-component-playground-forked-9fvr9m?file=/src/index.tsx ``` import type { FC } from "react"; import styled from "styled-components"; import { createRoot } from...