@superinterface/react 2.15.3 → 2.15.5
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.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2362,7 +2362,8 @@ var Root3 = function(param) {
|
|
|
2362
2362
|
isSubmitting
|
|
2363
2363
|
]);
|
|
2364
2364
|
var onSubmit = onSubmitArg ? (0, import_radash12.partob)(onSubmitArg, {
|
|
2365
|
-
reset: reset
|
|
2365
|
+
reset: reset,
|
|
2366
|
+
createMessage: createMessage
|
|
2366
2367
|
}) : function() {
|
|
2367
2368
|
var _ref = _async_to_generator(function(data2) {
|
|
2368
2369
|
return _ts_generator(this, function(_state) {
|