react-dialogger 1.1.40 → 1.1.41

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.
@@ -532,11 +532,13 @@ var DialogBase = /** @class */ (function (_super) {
532
532
  style: action.options.style, baseStyle: _this._dialogOptions.base.actions.baseStyle, fontFamily: _this._fontFamily, stateListener: action._stateListener }, index.toString());
533
533
  }) });
534
534
  };
535
+ // TODO Content
535
536
  _this.Content = function (_a) {
536
537
  var _b;
537
538
  var _c, _d;
538
539
  var body = _a.body, header = _a.header, actions = _a.actions;
539
540
  _this._formikProps = (0, formik_1.useFormik)({
541
+ enableReinitialize: true,
540
542
  initialValues: _this._initialValues,
541
543
  onSubmit: function (values, formikHelpers) {
542
544
  // No Necessary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",