Assert failed: c
customEval
figwheel-bridge.js:75
<unknown>
figwheel-bridge.js:88
<unknown>
JSTimers.js:47
Uncaugh [object object]
Spec check failed: {:cljs.spec/problems {[] {:pred map?, :val nil, :via [:xumu-app.db/app-db], :in []}}}
- 传入参数为nil,不符合db.cljs中spec的检查项。
undefined is not an object (evaluating 'nextState.routes.forEach')
NavigationScenesReducer
NavigationScenesReducer.js:116
NavigationTransitioner
NavigationTransitioner.js:92
- 可能是sub.cljs加载错误,修改reg-sub为reg-sub-raw即可。
console.error: "Error rendering component (in env.android.main.reloader > xumu_app.android.core.app_root)"
- 可能是lein figwheel android未启动,或关闭了。
Error validating module options: child "platform" fails because ["platform" must be a string]
- 未知原因:添加了dispatch 方法到按钮上即报此错。
Cannot read property 'rowIdentities' of undefined
Constructor.render
ListView.js:362
Assert failed: Missing tconfig key: :compiled-dictionary
(:compiled-dictionary tconfig)
customEval
figwheel-bridge.js:75
- 应该是在i18n_l10n.cljs文件中少定义了:compiled-dictionary这项吧~
Assert failed: Invalid tconfig key: :dictionary
(not (:dictionary tconfig))
customEval
figwheel-bridge.js:75
iOS build error
'React/RCTView.h' file not found #374
Open
IOS build failed #392
Requiring unknown module "xxxx"....
- 因为没有加载,在figwheel模式下需要运行
re-natal use-component some-library/Component
onlyChild must be passed a children with exactly one child
- 通常是因为某个元素如:TouchableHighlight 不允许里面有多个子节点而报的错,检查相应的元素内部是否有多个子节点的情况,修改为只有一个子节点即可。
- 详细参见此文。
undefined is not an object (evaluating 'this.props.children.props.children')
stackedPresent
ListItem.js:336
getInitialStyle
ListItem.js:41
prepareRootProps
ListItem.js:290
render
ListItem.js:548
- 因为 List 下面含有非 ListItem 的元素。
Error while updating property 'justifyContent' in shadow node of type: RCTView
updateShadowNodeProp
ViewManagersPropertyCache.java:109
setProperty
ViewManagerPropertyUpdater.java:150
- 设置的 justifyContent 属性错误,必须是 space-around 等形式。
Assert failed: c
customEval
figwheel-bridge.js:75
<unknown>
figwheel-bridge.js:88
console.error: "goog.require could not find: figwheel.connect"
error
YellowBox.js:60
<unknown>
figwheel-bridge.js:223
customEval
figwheel-bridge.js:81
<unknown>
figwheel-bridge.js:109
- 修改了 project.clj 导致的错误,引用了错误的库,退回修改后正常。
另外,请参考: