Skip to content

Commit

Permalink
Error: Don't use object as a type. The object type is currently h…
Browse files Browse the repository at this point in the history
…ard to use ([see this issue](microsoft/TypeScript#21732)).
  • Loading branch information
paulowe committed Sep 4, 2022
1 parent 3324e27 commit 47ae0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Picture/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react'
interface Props {
srcset: string[]
alt: string
style?: object
// style?: object
width: string
height: string
lazy?: boolean
Expand Down

0 comments on commit 47ae0f7

Please sign in to comment.