Pierre-Alexis Blond
Results
2
comments of
Pierre-Alexis Blond
I am facing the same issue : `Property 'status' does not exist on type 'ComponentClass'` `playStatus={status ? Sound.status.PLAYING : Sound.status.PAUSED}`
I tried several things : I think in nodes_modules/@types/react-sound/index.d.ts, something like this is missing (it resolves this error but I don't really know if it is a good practise): `interface...