Skip to content

Commit

Permalink
Merge pull request #136 from GameLord2011/patch-1
Browse files Browse the repository at this point in the history
Update code that causes Type Error
  • Loading branch information
matteobruni authored Jan 24, 2025
2 parents ee1d9e8 + 0831e48 commit a53de28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const App = () => {
});
}, []);

const particlesLoaded = (container?: Container) => {
const particlesLoaded = async (container?: Container) => {
console.log(container);
};

Expand Down

0 comments on commit a53de28

Please sign in to comment.