Mines-Paristech-Students / Portail-des-eleves

The Mines Paristech's student life management application
23 stars 6 forks source link

`SidebarOption.notifyChange` should return `void` #185

Closed Piwakk closed 4 years ago

Piwakk commented 4 years ago

I still need to understand better how to use this code, but I think SidebarOption.notifyChange's type should be notifyChange: (object) => void;

At least, it seems to be the case in TagSearch (which does not trigger a compilation error because the prop is not typed).