@gamelearn/arcade-components 1.26.7 → 1.26.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,10 +150,6 @@ var useEkho = function useEkho(_ref) {
150
150
  }(), [emitEvent, isMounted, onError, setCurrentPlaying]);
151
151
  var stopCurrentAudio = (0, _react.useCallback)(function () {
152
152
  if (currentPlaying.current.url) {
153
- currentPlaying.current = {
154
- url: '',
155
- cc: 'tts'
156
- };
157
153
  stop(currentPlaying.current.cc);
158
154
  }
159
155
  }, [stop]); // Setted when is mounted
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.26.7",
5
+ "version": "1.26.8",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",