We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述 有的组件 className 编译成小程序 还是 className 导致样式无效了, 比如taro-ui 的一些组件、scrollView组件等 更多的没做测试呢,就是之前写的都错乱了
复现步骤 [复现问题的步骤]
export default class Index extends Component { render() { return ( <scrollView className={['scroll-teacher']} scrollX="true">); } } 或 export default class Index extends Component { render() { return ( ); } }
期望行为 修复
报错信息
系统信息
补充信息
The text was updated successfully, but these errors were encountered:
scrollView 首字母大写
scrollView
Sorry, something went wrong.
No branches or pull requests
问题描述
有的组件 className 编译成小程序 还是 className 导致样式无效了,
比如taro-ui 的一些组件、scrollView组件等 更多的没做测试呢,就是之前写的都错乱了
复现步骤
[复现问题的步骤]
export default class Index extends Component {
render() {
return ( <scrollView className={['scroll-teacher']} scrollX="true">);
}
}
或
export default class Index extends Component {
render() {
return ( );
}
}
期望行为
修复
报错信息
系统信息
补充信息
The text was updated successfully, but these errors were encountered: