-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
tabs升级到1.0.1版本后,初始化就报错:Failed prop type: Invalid prop className
of type object
supplied to Tabs
, expected string
.
#904
Labels
Comments
关联 #893 |
能给出完整的示例代码吗?最好格式化一下,谢谢 |
@paranoidjk 我直接copy的官方demo |
sorry, 将在本周五的release |
@paranoidjk 能不能帮忙紧急解决下这个bug啊,我们今天已经进入测试阶段了。 |
@liuxingling 那我给你发一个beta版本,你先用这个beta吧 |
@liuxingling 或者你参考这个commit自己改一下源码? a0f43fd |
This was referenced Mar 1, 2017
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment(required)
antd-mobile version:1.0.1
Browser (or mark react-native) and its version:版本 56.0.2924.87 (64-bit)
Operating environment (e.g. OS name) and its version:mac
What did you do? Please provide steps to re-produce your problem.
就用的官方示例代码
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', height: '5rem', backgroundColor: '#fff' }}>
选项卡一内容
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', height: '5rem', backgroundColor: '#fff' }}>
选项卡二内容
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', height: '5rem', backgroundColor: '#fff' }}>
选项卡三内容
What do you expected?
正常运行
What happen?
The text was updated successfully, but these errors were encountered: