TS2551: Property 'loadSound' does not exist on type 'import("C:/Users/Nasr/Desktop/socket-game/node_modules/@types/p5/index.d.ts")'. Did you mean 'loadJSON'?
The console prints this:
Uncaught TypeError: p52.loadSound is not a function
at p52.preload (app.vue:34:26)
at _._start (p5vue.js:10230:18)
It looks like the sounds are not supported yet when trying to preload.
The TS linter prints this:
The console prints this: