We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e796739 commit 0138605Copy full SHA for 0138605
ui-manchette-with-spacetimechart/src/hooks/useManchetteWithSpaceTimeChart.ts
@@ -151,7 +151,7 @@ const useManchettesWithSpaceTimeChart = (
151
152
const manchetteProps = useMemo(
153
() => ({
154
- waypoints: waypointsToDisplay,
+ contents: waypointsToDisplay,
155
zoomYIn,
156
zoomYOut,
157
resetZoom,
ui-manchette-with-spacetimechart/src/stories/base-with-waypoint-menu.stories.tsx
@@ -122,7 +122,7 @@ const ManchetteWithSpaceTimeWrapper = ({
122
>
123
<Manchette
124
{...manchetteProps}
125
- waypoints={manchetteProps.waypoints.map((op) => ({
+ contents={manchetteProps.contents.map((op) => ({
126
...op,
127
onClick: handleWaypointClick,
128
}))}
0 commit comments