@bigbinary/neeto-media-recorder 2.1.0 → 2.1.2

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
@@ -716,7 +716,10 @@ var Controls = function Controls(_ref) {
716
716
  size: "large",
717
717
  style: "danger",
718
718
  onClick: function onClick() {
719
- return setAudioConfiguration(false);
719
+ setAudioConfiguration(false);
720
+ useRecorderStore.setState({
721
+ error: ""
722
+ });
720
723
  }
721
724
  }), /*#__PURE__*/jsx(Button, {
722
725
  className: "flex-shrink-0",