Skip to content

Commit a53de28

Browse files
authored
Merge pull request #136 from GameLord2011/patch-1
Update code that causes Type Error
2 parents ee1d9e8 + 0831e48 commit a53de28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)