小编Mag*_*nna的帖子

process.nextTick不是函数(React native,ddp,meteor)

在本机上做反应,我试图使用'ddp-client'节点库连接到流星服务器.在连接成功后,我在客户端获得以下错误:

2016-01-17 16:14:15.992 [trace][tid:com.facebook.React.JavaScript] ddp message: {"msg":"connected","session":"PGLBqgvoeuXgBtke2"}
2016-01-17 16:14:16.007 [warn][tid:com.facebook.React.JavaScript] process.nextTick is not a function. (In 'process.nextTick(function(_this){
return function(){
return _this._flush();};}(

this))', 'process.nextTick' is undefined)
2016-01-17 16:14:16.008 [error][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: process.nextTick is not a function. (In 'process.nextTick(function(_this){
return function(){
return _this._flush();};}(

this))', 'process.nextTick' is undefined)
Run Code Online (Sandbox Code Playgroud)

meteor ddp react-native

4
推荐指数
1
解决办法
4366
查看次数

标签 统计

ddp ×1

meteor ×1

react-native ×1