@reachfive/identity-ui 1.25.4 → 1.25.6

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/es/identity-ui.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @reachfive/identity-ui - v1.25.4
3
- * Compiled Mon, 25 Mar 2024 14:14:31 UTC
2
+ * @reachfive/identity-ui - v1.25.6
3
+ * Compiled Tue, 26 Mar 2024 16:31:33 UTC
4
4
  *
5
5
  * Copyright (c) ReachFive.
6
6
  *
@@ -5205,9 +5205,6 @@ function createForm(config) {
5205
5205
  }
5206
5206
  UNSAFE_componentWillReceiveProps(props) {
5207
5207
  this.updateFields(props);
5208
- this.setState({
5209
- fields: this.applyModel(props.initialModel)
5210
- });
5211
5208
  }
5212
5209
  componentWillUnmount() {
5213
5210
  this.unmounted = true;