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 f5ad9a2 commit 99969eaCopy full SHA for 99969ea
components/react/README.md
@@ -209,7 +209,7 @@ const App = () => {
209
});
210
}, []);
211
212
- const particlesLoaded = async (container: Container): Promise<void> => {
+ const particlesLoaded = async (container?: Container): Promise<void> => {
213
console.log(container);
214
};
215
@@ -375,7 +375,7 @@ const App = () => {
375
376
377
378
- const particlesLoaded = (container: Container) => {
+ const particlesLoaded = (container?: Container) => {
379
380
381
0 commit comments