@lingk/sync 0.2.7 → 0.2.9

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.
@@ -156,6 +156,7 @@ module.exports =
156
156
  value: function componentWillReceiveProps(newProps) {
157
157
  if (JSON.stringify(this.state.actualCreds) !== JSON.stringify(newProps.creds)) {
158
158
  this.setState({ actualCreds: newProps.creds });
159
+ console.log("NEW CREDS", newProps.creds);
159
160
  }
160
161
  }
161
162
  }, {