Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems working fine, but got warnings when scrolling #86

Closed
sherryxiao1988 opened this issue May 28, 2016 · 3 comments
Closed

Seems working fine, but got warnings when scrolling #86

sherryxiao1988 opened this issue May 28, 2016 · 3 comments

Comments

@sherryxiao1988
Copy link

Anyone has encountered this before?

input is a void element tag and must not have `children` or use `props.dangerouslySetInnerHTML`. Check the render method of null.

warning @   warning.js:45
assertValidProps    @   ReactDOMComponent.js:200
ReactDOMComponent.Mixin.updateComponent @   ReactDOMComponent.js:698
ReactDOMComponent.Mixin.receiveComponent    @   ReactDOMComponent.js:645
ReactReconciler.receiveComponent    @   ReactReconciler.js:87
ReactCompositeComponentMixin._updateRenderedComponent   @   ReactCompositeComponent.js:562
ReactCompositeComponentMixin._performComponentUpdate    @   ReactCompositeComponent.js:544
ReactCompositeComponentMixin.updateComponent    @   ReactCompositeComponent.js:473
ReactCompositeComponent_updateComponent @   ReactPerf.js:66
ReactCompositeComponentMixin.receiveComponent   @   ReactCompositeComponent.js:405
ReactReconciler.receiveComponent    @   ReactReconciler.js:87
ReactCompositeComponentMixin._updateRenderedComponent   @   ReactCompositeComponent.js:562
ReactCompositeComponentMixin._performComponentUpdate    @   ReactCompositeComponent.js:544
ReactCompositeComponentMixin.updateComponent    @   ReactCompositeComponent.js:473
ReactCompositeComponent_updateComponent @   ReactPerf.js:66
ReactCompositeComponentMixin.performUpdateIfNecessary   @   ReactCompositeComponent.js:421
ReactReconciler.performUpdateIfNecessary    @   ReactReconciler.js:102
runBatchedUpdates   @   ReactUpdates.js:129
Mixin.perform   @   Transaction.js:136
Mixin.perform   @   Transaction.js:136
assign.perform  @   ReactUpdates.js:86
flushBatchedUpdates @   ReactUpdates.js:147
ReactUpdates_flushBatchedUpdates    @   ReactPerf.js:66
Mixin.closeAll  @   Transaction.js:202
Mixin.perform   @   Transaction.js:149
ReactDefaultBatchingStrategy.batchedUpdates @   ReactDefaultBatchingStrategy.js:62
enqueueUpdate   @   ReactUpdates.js:176
enqueueUpdate   @   ReactUpdateQueue.js:24
ReactUpdateQueue.enqueueSetState    @   ReactUpdateQueue.js:190
ReactComponent.setState @   ReactComponent.js:65
(anonymous function)    @   Helpers.js:100
scrollSpy.updateStates  @   scroll-spy.js:36
(anonymous function)    @   Helpers.js:131
scrollSpy.scrollHandler @   scroll-spy.js:20
@fisshy
Copy link
Owner

fisshy commented May 29, 2016

I have not seen it before, maybe it's something with the latest updates

@sherryxiao1988
Copy link
Author

@fisshy any plan to fix it? I can provide more info if needed

@sherryxiao1988
Copy link
Author

Looks this is something wrong with the example code. I deleted the unwanted example code and then the error disappeared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants