Skip to content

Commit

Permalink
fix: correctly map through offset from AnimatedGridRows/Columns (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinormak authored Nov 17, 2023
1 parent 126d59d commit 33064d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function AnimatedGridColumns<Scale extends GridScale>({
numTicks={numTicks}
tickValues={tickValues}
className={className}
offset={offset}
top={top}
left={left}
>
Expand Down
1 change: 1 addition & 0 deletions packages/visx-react-spring/src/grid/AnimatedGridRows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function AnimatedGridRows<Scale extends GridScale>({
className={className}
top={top}
left={left}
offset={offset}
>
{({ lines }) => (
<AnimatedGridLines
Expand Down

0 comments on commit 33064d3

Please sign in to comment.