mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
74b519959b
The props `isActive` and `tabIndex of the Tab component are required and are always passed in, but the prop type warning is triggered because the tabs are rendered without these props first, then cloned by the `Tabs` component, where these props are added. To silence the warning, the props have been made optional. |
||
---|---|---|
.. | ||
components | ||
css | ||
ducks | ||
helpers | ||
pages | ||
selectors | ||
store |