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 23797b3 commit 1336045Copy full SHA for 1336045
README.md
@@ -60,7 +60,7 @@ const config: LineChartProps = {
60
61
export default () => {
62
const chartRef = useRef()
63
- return <LineChart {...config} ref={chartRef} />
+ return <LineChart {...config} chartRef={chartRef} />
64
}
65
```
66
0 commit comments