Closed ezsper closed 9 years ago
Uncaught TypeError: this._processChildContext is not a function on contextPatch.js:84
I believe that the the fix will need only to replace
this._processChildContext(context)
to
var childContext = this._getValidatedChildContext(); this._mergeChildContext(context, childContext)
Updated to 0.14 in new version
Uncaught TypeError: this._processChildContext is not a function on contextPatch.js:84
I believe that the the fix will need only to replace
to