We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix Issue #873
cfb9421
Added Issue #873
9e350d9
Oops, you're correct. It should be endArrowType. Fixed in v3.4.0
endArrowType
Thanks @jencii !
Sorry, something went wrong.
gitbrent
No branches or pull requests
in ShapeLineProps
but there is no arrowTypeEnd property, just endArrowType
the same for lineHead/arrowTypeBegin/beginArrowType
The text was updated successfully, but these errors were encountered: