-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I am attempting to change the color of the arrow onHover. Figured I would use the passProps feature as follows:
passProps= {{
onMouseEnter: () => setIsHovered(true),
onMouseLeave :() => setIsHovered(false),
onClick: () => console.log("head clicked!"),
cursor: "pointer",
pointerEvents: "auto"
}}
However, none of these props take effect on the arrow.
To Reproduce
- Define an Xarrow react element with valid start and end references to components
- Set passProps value as above
- Attempt to hover or click on the Xarrow
Has anyone else had any success using this feature?
Metadata
Metadata
Assignees
Labels
No labels