Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bump): Add types for defs to AreaBumpSvgProps #997

Merged
merged 1 commit into from Jun 16, 2020

Conversation

recurser
Copy link
Contributor

@recurser recurser commented Jun 16, 2020

It looks like I missed this in #926 sorry - it currently complains about a missing type for defs:

      Property 'defs' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ResponsiveAreaBump> & Readonly<AreaBumpSvgProps> & Readonly<...>'.
    69 |             colors={colors}
    70 |             data={data}
  > 71 |             defs={defs}
       |             ^
    72 |             endLabelTextColor={labelColor}
    73 |             fill={fill}
    74 |             startLabelTextColor={labelColor}

@wyze wyze changed the title Add types for fills to AreaBumpSvgProps . fix(bump): Add types for defs to AreaBumpSvgProps Jun 16, 2020
@wyze wyze merged commit da9ea7f into plouc:master Jun 16, 2020
@wyze
Copy link
Contributor

wyze commented Jun 16, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants