formatic
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -70,3 +70,3 @@ 'use strict'; | ||
componentDidUpdate: function componentDidUpdate(prevProps, prevState) { | ||
var hasReplaceChoicesChanged = prevProps.replaceChoices !== this.props.replaceChoices; | ||
var hasReplaceChoicesChanged = !_undash2.default.isEqual(prevProps.replaceChoices, this.props.replaceChoices); | ||
var hasCodeMirrorModeChanged = prevState.codeMirrorMode !== this.state.codeMirrorMode; | ||
@@ -73,0 +73,0 @@ if (hasCodeMirrorModeChanged || hasReplaceChoicesChanged) { |
{ | ||
"name": "formatic", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Automatic, pluggable form generation", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
837271