bsidelinger912 / shiitake

React Line clamp that won't get you fired
MIT License
100 stars 22 forks source link

[3.0] Typescript: attributes property should be optional #41

Closed dgomez-orangeloops closed 4 years ago

dgomez-orangeloops commented 4 years ago

@bsidelinger912

export interface ShiitakeProps { lines: number, throttleRate?: number, className?: string, tagName?: string, overflowNode?: React.ReactNode, onTruncationChange?: (isTruncated: boolean) => void, **attributes: WhitelistedElementAttributes,** }

bsidelinger912 commented 4 years ago

Ugh, my bad. Just published a patch.