pickadate not destroyed on unmounted
It looks like the pickadate component is not "destroyed" when unmounted, which might lead to memory leaks ?
See https://framagit.org/bnjbvr/kresus/blob/master/client/components/ui/date-picker.js#L12-30, there is no componentWillUnmount method.