You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_navigationStore2.default.states[key].success=successinstanceofFunction?success:function(props){console.log('Transition to state='+success);_navigationStore2.default[success](props);};
196
+
_navigationStore2.default.states[key].success=successinstanceofFunction?success:function(args){console.log('Transition to state='+success);_navigationStore2.default[success](args);};
216
197
}
217
198
if(failure){
218
-
_navigationStore2.default.states[key].failure=failureinstanceofFunction?failure:function(props){console.log('Transition to state='+failure);_navigationStore2.default[failure](props);};
199
+
_navigationStore2.default.states[key].failure=failureinstanceofFunction?failure:function(args){console.log('Transition to state='+failure);_navigationStore2.default[failure](args);};
219
200
}
220
201
221
202
varscreen={
@@ -235,7 +216,8 @@ res[key]=screen;
235
216
236
217
props.init=true;
237
218
if(!_navigationStore2.default[key]){
238
-
_navigationStore2.default[key]=newFunction('actions','props','type','return function '+key+'(params){ actions[type](\''+key+'\', props, params)}')(_navigationStore2.default,_extends({},commonProps,props),type);
219
+
_navigationStore2.default[key]=newFunction('actions','props','type','return function '+
var_react=require('react');var_react2=_interopRequireDefault(_react);function_interopRequireDefault(obj){returnobj&&obj.__esModule?obj:{default:obj};}function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}function_possibleConstructorReturn(self,call){if(!self){thrownewReferenceError("this hasn't been initialised - super() hasn't been called");}returncall&&(typeofcall==="object"||typeofcall==="function")?call:self;}function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)Object.setPrototypeOf?Object.setPrototypeOf(subClass,superClass):subClass.__proto__=superClass;}var_default=function(_React$Component){_inherits(_default,_React$Component);function_default(){_classCallCheck(this,_default);return_possibleConstructorReturn(this,(_default.__proto__||Object.getPrototypeOf(_default)).apply(this,arguments));}_createClass(_default,[{key:'render',value:functionrender()
0 commit comments