Skip to content

use-styled-react-import: Fixer ignores type keyword #416

@siddharthkp

Description

@siddharthkp

Ran into this in github-ui,

In:

import {Button, type ButtonProps} from '@primer/react'

out:

import { ButtonProps } from '@primer/react'
import { Button } from '@primer/styled-react'

Notice the type in front of ButtonProps is stripped off 👀

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreact

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions