-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial activeTabIndex: 0 does not add .mdc-tab--active #75
Labels
Comments
I have the same issue. Have nasty short term hack: <Tab className={activeTabIndex === 0 && 'mdc-tab--active'}>
tab
</Tab> Obviously you have to do this for each tab. |
This should be fixed in V1 @jesnil01. Let me know if the issue persists. |
@jamesmfriedman Actually doesn't seems to work for me. Just cloned master and started storybook. Still no .mdc-tab--active class. You can see that first tab is missing the black color. |
jamesmfriedman
pushed a commit
that referenced
this issue
Apr 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What RMWC Version are you using?
What browser(s) and React Version is this bug affecting?
What build system are you using?
What are the steps to reproduce the bug?
What is the expected behavior?
What is the actual behavior?
Any other information you believe would be useful?
The text was updated successfully, but these errors were encountered: