File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const App = () => {
6868 }, []);
6969
7070 const particlesLoaded = useCallback (async container => {
71- await console .log (container);
71+ console .log (container);
7272 }, []);
7373
7474 return (
@@ -98,7 +98,7 @@ const App = () => {
9898 }, []);
9999
100100 const particlesLoaded = useCallback (async (container : Container | undefined ) => {
101- await console .log (container );
101+ console .log (container );
102102 }, []);
103103
104104 return (
@@ -128,7 +128,7 @@ const App = () => {
128128 }, []);
129129
130130 const particlesLoaded = useCallback (async container => {
131- await console .log (container);
131+ console .log (container);
132132 }, []);
133133
134134 return (
@@ -231,7 +231,7 @@ const App = () => {
231231 }, []);
232232
233233 const particlesLoaded = useCallback (async (container : Container | undefined ) => {
234- await console .log (container );
234+ console .log (container );
235235 }, []);
236236 return (
237237 < Particles
You can’t perform that action at this time.
0 commit comments