Skip to content

Commit

Permalink
Fix Bar SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrRakovets authored Nov 16, 2023
1 parent 6dc6636 commit b10597f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bar/src/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const InnerBar = <RawDatum extends BarDatum>({
}),
config: springConfig,
immediate: !animate,
initial: animate ? undefined : null,
})

const commonProps = useMemo(
Expand Down

0 comments on commit b10597f

Please sign in to comment.