ywana-core8 0.0.660 → 0.0.661

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.
@@ -9626,7 +9626,7 @@ var WizardContext = React.createContext({});
9626
9626
  */
9627
9627
 
9628
9628
  var WizardProvider = function WizardProvider(props) {
9629
- var _useState = useState(props.form),
9629
+ var _useState = useState(props.form || {}),
9630
9630
  form = _useState[0],
9631
9631
  setForm = _useState[1];
9632
9632