We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f84be commit a15e991Copy full SHA for a15e991
src/components/Chart.tsx
@@ -162,7 +162,7 @@ export function Chart<TDatum>({
162
}
163
}, [containerEl])
164
165
- const [isIntersecting, setIsIntersecting] = React.useState(true)
+ const [isIntersecting, setIsIntersecting] = React.useState(false)
166
167
React.useEffect(() => {
168
if (!containerEl || !options.useIntersectionObserver) return
0 commit comments