Skip to content

Commit

Permalink
Fix Bar SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrRakovets authored and plouc committed Nov 16, 2023
1 parent 6dc6636 commit cba9500
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

1 comment on commit cba9500

@vercel
Copy link

@vercel vercel bot commented on cba9500 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nivo – ./

nivo-git-master-plouc.vercel.app
nivo.vercel.app
nivo.rocks
nivo-plouc.vercel.app
www.nivo.rocks

Please sign in to comment.