Skip to content

Commit

Permalink
update called twice
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanbazzi committed Feb 28, 2018
1 parent 97d782d commit 7af8299
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion config/properties.json
@@ -1 +1,53 @@
{"props":{"props":{"$_dirty":"__d","$_disable":"__x","$_listeners":"__l","$_renderCallbacks":"__h","$__key":"__k","$__ref":"__r","$normalizedNodeName":"__n","$nextBase":"__b","$prevContext":"__c","$prevProps":"__p","$prevState":"__s","$_parentComponent":"__u","$_componentConstructor":"_componentConstructor","$__html":"__html","$_component":"_component","$__preactattr_":"__preactattr_","$vnode":"i","$debounceRendering":"t","$defaultProps":"l","$afterMount":"o","$componentDidMount":"u","$base":"s","$dangerouslySetInnerHTML":"v","$ref":"h","$render":"p","$componentWillMount":"g","$componentWillReceiveProps":"m","$props":"k","$syncComponentUpdates":"S","$shouldComponentUpdate":"P","$componentWillUpdate":"T","$getChildContext":"_","$componentDidUpdate":"j","$afterUpdate":"C","$beforeUnmount":"H","$componentWillUnmount":"L","$setState":"M","$forceUpdate":"$","$h":"I","$cloneElement":"N","$Component":"O","$rerender":"U","$exports":"q","$preact":"A"}},"vars":{"props":{}}}
{
"props": {
"props": {
"$_dirty": "__d",
"$_disable": "__x",
"$_listeners": "__l",
"$_renderCallbacks": "__h",
"$__key": "__k",
"$__ref": "__r",
"$normalizedNodeName": "__n",
"$nextBase": "__b",
"$prevContext": "__c",
"$prevProps": "__p",
"$prevState": "__s",
"$_parentComponent": "__u",
"$_componentConstructor": "_componentConstructor",
"$__html": "__html",
"$_component": "_component",
"$__preactattr_": "__preactattr_",
"$vnode": "i",
"$debounceRendering": "t",
"$defaultProps": "l",
"$afterMount": "o",
"$componentDidMount": "u",
"$base": "s",
"$dangerouslySetInnerHTML": "v",
"$ref": "h",
"$render": "p",
"$componentWillMount": "g",
"$componentWillReceiveProps": "m",
"$props": "k",
"$syncComponentUpdates": "S",
"$shouldComponentUpdate": "P",
"$componentWillUpdate": "T",
"$getChildContext": "_",
"$componentDidUpdate": "j",
"$afterUpdate": "C",
"$beforeUnmount": "H",
"$componentWillUnmount": "L",
"$setState": "M",
"$forceUpdate": "$",
"$h": "I",
"$cloneElement": "N",
"$Component": "O",
"$rerender": "U",
"$exports": "q",
"$preact": "A"
}
},
"vars": {
"props": {}
}
}

0 comments on commit 7af8299

Please sign in to comment.