Skip to content
New issue

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

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

Already on GitHub? # to your account

typo in ts doc #873

Closed
jencii opened this issue Dec 18, 2020 · 1 comment
Closed

typo in ts doc #873

jencii opened this issue Dec 18, 2020 · 1 comment
Assignees
Milestone

Comments

@jencii
Copy link

jencii commented Dec 18, 2020

in ShapeLineProps

/**
 * @deprecated v3.3.0 - use `arrowTypeEnd`
 */
lineTail?: 'none' | 'arrow' | 'diamond' | 'oval' | 'stealth' | 'triangle'

but there is no arrowTypeEnd property, just endArrowType

the same for lineHead/arrowTypeBegin/beginArrowType

@gitbrent gitbrent self-assigned this Dec 24, 2020
@gitbrent gitbrent added this to the 3.4.0 milestone Dec 24, 2020
gitbrent added a commit that referenced this issue Dec 24, 2020
gitbrent added a commit that referenced this issue Dec 24, 2020
@gitbrent
Copy link
Owner

Oops, you're correct. It should be endArrowType. Fixed in v3.4.0

Thanks @jencii !

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

No branches or pull requests

2 participants