react error in console when adding event from a group in laboite
When adding an event from a group in laboite (+ button), i get the following error in browser console :
Warning: Cannot update a component (`AddEvent`) while rendering a different component (`GroupsSelector`). To locate the bad setState() call inside `GroupsSelector`, follow the stack trace as described in https://fb.me/setstate-in-render
...
Also, the group can not be removed from selected groups when clicking 'X' button
Edited by Bruno Boiget