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
After update to 0.26.0, I got an warning Warning: Failed propType: SceneView: prop type 'sceneRendererProps' is invalid; it must be a function, usually from React.PropTypes. Check the render method of 'NavigationCard',I checked NavigationCard, found that in SceneView there is sceneRendererProps: NavigationPropTypes.SceneRenderer, so NavigationPropTypes.SceneRender is an Object, except that, I don't know what the warning mean. Is it a bug or not?
The text was updated successfully, but these errors were encountered:
hitbear518
changed the title
[0.26.0][NavigationExperimental]
[0.26.0][NavigationExperimental] Warning after upgraded to 0.26.0
May 19, 2016
I'm getting "Warning: Failed propType: Required prop sceneRendererProps.isRequired was not specified in SceneView. Check the render method of NavigationCard." with 0.27.2
After update to 0.26.0, I got an warning
Warning: Failed propType: SceneView: prop type 'sceneRendererProps' is invalid; it must be a function, usually from React.PropTypes. Check the render method of 'NavigationCard'
,I checkedNavigationCard
, found that inSceneView
there issceneRendererProps: NavigationPropTypes.SceneRenderer,
soNavigationPropTypes.SceneRender
is an Object, except that, I don't know what the warning mean. Is it a bug or not?The text was updated successfully, but these errors were encountered: