ywana-core8 0.0.660 → 0.0.662

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/dist/index.umd.js CHANGED
@@ -9628,7 +9628,7 @@
9628
9628
  */
9629
9629
 
9630
9630
  var WizardProvider = function WizardProvider(props) {
9631
- var _useState = React.useState(props.form),
9631
+ var _useState = React.useState(props.form || {}),
9632
9632
  form = _useState[0],
9633
9633
  setForm = _useState[1];
9634
9634
 
@@ -9815,6 +9815,7 @@
9815
9815
  exports.Viewer = Viewer;
9816
9816
  exports.WaitScreen = WaitScreen;
9817
9817
  exports.Wizard = Wizard;
9818
+ exports.WizardContext = WizardContext;
9818
9819
  exports.isFunction = isFunction;
9819
9820
 
9820
9821
  }));