There was an error while loading. Please reload this page.
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 👀
type
ButtonProps