Closed Piwakk closed 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;
SidebarOption.notifyChange
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).
TagSearch
I still need to understand better how to use this code, but I think
SidebarOption.notifyChange
's type should benotifyChange: (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).