mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
7e4916e59e
The tab component now sets the `tab` and `tab--active` classes internally regardless what class is passed in. The convention in React is to allow adding _additional_ classes via the `className` prop, not to allow removing internal classes entirely. the `activeClassName` prop was removed entirely. A few other props that are always passed in have been marked as required. |
||
---|---|---|
.. | ||
components | ||
css | ||
ducks | ||
helpers | ||
pages | ||
selectors | ||
store |