reapp / reapp-ui

Amazing cross platform UI's with React and JavaScript
https://reapp.io
MIT License
257 stars 47 forks source link

Incompatibility with React 0.13.3 #70

Closed ezsper closed 9 years ago

ezsper commented 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)
natew commented 9 years ago

Updated to 0.14 in new version