mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-07-04 16:08:41 +03:00
Fix warning about Tab and TabPanel
This commit is contained in:
@@ -10,3 +10,6 @@ export function ToolbarButton({ isActive, iconKey, onClick, label }) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
// https://github.com/reactjs/react-tabs#set-tabsrole
|
||||
ToolbarButton.tabsRole = "Tab";
|
||||
|
||||
Reference in New Issue
Block a user