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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/index.js +1 -1
- package/src/incubator/wizard.js +1 -1
package/dist/index.cjs
CHANGED
@@ -9634,7 +9634,7 @@ var WizardContext = React__default["default"].createContext({});
|
|
9634
9634
|
*/
|
9635
9635
|
|
9636
9636
|
var WizardProvider = function WizardProvider(props) {
|
9637
|
-
var _useState = React.useState(props.form),
|
9637
|
+
var _useState = React.useState(props.form || {}),
|
9638
9638
|
form = _useState[0],
|
9639
9639
|
setForm = _useState[1];
|
9640
9640
|
|
@@ -9821,5 +9821,6 @@ exports.View = View;
|
|
9821
9821
|
exports.Viewer = Viewer;
|
9822
9822
|
exports.WaitScreen = WaitScreen;
|
9823
9823
|
exports.Wizard = Wizard;
|
9824
|
+
exports.WizardContext = WizardContext;
|
9824
9825
|
exports.isFunction = isFunction;
|
9825
9826
|
//# sourceMappingURL=index.cjs.map
|