We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c924bf commit 19f8cfcCopy full SHA for 19f8cfc
apps/common-app/src/examples/DrumMachine/usePlayer.tsx
@@ -133,9 +133,6 @@ export default function usePlayer(options: PlayerOptions) {
133
playingInstruments.value = getPlayingInstruments();
134
}
135
136
- return () => {
137
- audioContext.close();
138
- };
139
// \/ Shared values are not necessary in deps array
140
// eslint-disable-next-line react-hooks/exhaustive-deps
141
}, [isPlaying, setup]);
0 commit comments