@bigbinary/neeto-media-recorder 2.7.1 → 2.7.3

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.
package/index.js CHANGED
@@ -1285,7 +1285,7 @@ var MediaRecorder = function MediaRecorder(_ref, ref) {
1285
1285
  var recordingRef = useRef({});
1286
1286
 
1287
1287
  /**
1288
- * @type {React.MutableRefObject<Promise<unknown> | null>}
1288
+ * @type {React.RefObject<Promise<unknown> | null>}
1289
1289
  */
1290
1290
  var createRecordingPromise = useRef(null);
1291
1291
  var _useRecorderStore = useRecorderStore(function (store) {