-
Notifications
You must be signed in to change notification settings - Fork 15
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
add the react-tap-event-plugin for the Tap error? #11
Comments
You shouldn't need the tap event plugin any more, it was removed in material ui 0.19.0 (see here). What's the exact problem you're having with the Tabs component? |
When I try to pass on Tabs a |
I think the problem is that the value passed to the |
Yup that did the trick!! Thank you m8 stupid from me, it was late I guess :) |
haha no worries, glad I could help :) |
As mentioned in material ui here, I had problem with Tabs component. Can you suggest a workaround, (noob in cljs) how I could load it from
nodejs/require ...
and how to load it before render?The text was updated successfully, but these errors were encountered: