Skip to content

Commit f53413e

Browse files
authored
Update code that causes Type Error
1 parent ee1d9e8 commit f53413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ const App = () => {
380380
});
381381
}, []);
382382

383-
const particlesLoaded = (container?: Container) => {
383+
const particlesLoaded = async (container?: Container) => {
384384
console.log(container);
385385
};
386386

0 commit comments

Comments
 (0)