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 b31e746 commit 4cf5836Copy full SHA for 4cf5836
examples/react-coffee-warehouse/src/components/Grid.jsx
@@ -83,7 +83,7 @@ export const Grid = (props) => {
83
pdfExportRef.current.save(data, onPdfExportDone);
84
}
85
},
86
- [onPdfExportDone]
+ [data, onPdfExportDone]
87
);
88
89
const GridElement = (
0 commit comments