-
Notifications
You must be signed in to change notification settings - Fork 126
Warning: Exception thrown by hook while handling onSetChildren: Invariant Violation: Item must have been set Invariant Violation: Item must have been set #129
Comments
React isn't very good a providing consistently readable error messages. This is one of those. Research indicates this is a bug in React 15 that may be patched in 16. |
Haven't heard anything further on this in a while. Perhaps a react issue since fixed? If anyone is still seeing this with a current react version and can identify where react fine uploader is at fault, I can reopen |
In the company I work for, we're using React 15.6.1 altogether with ExtJS (ExtReact). This bug is popping up all the time :/ |
Also, due to the fact that we're using (and bound to use) ExtReact for our current project, we can't upgrade to 16.X either. |
i haven't seen this issue myself. if you are still seeing it and figure out how to best address it, please post here |
I'll do if I can. We need to get this error out of the way in order to continue advancing, so I hope today or tomorrow we can come up with a fix or some explanation about the error, at least. |
Anyone had any luck with this? I got this error after making one simple change to the already working app and even if I backtrack the change it still shows that error. |
Hey there, I was playing with these components and when I upload multiple files using dropzone and global progress bar it throws this warning:
Warning: Exception thrown by hook while handling onSetChildren: Invariant Violation: Item must have been set Invariant Violation: Item must have been set
React version:
15.5.4
. Also tested with15.4.2
and same warning.Here is my example code:
And here are couple of screenshots just in case they are helpful
http://prntscr.com/fdlss2
http://prntscr.com/fdlt76
These are really nice components! Thanks for this :)
The text was updated successfully, but these errors were encountered: