Skip to content
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

ActionSheet : RawText "" must be wrapped in an explicit <Text> component. #1767

Closed
chunsch opened this issue Aug 30, 2017 · 0 comments
Closed
Assignees

Comments

@chunsch
Copy link

chunsch commented Aug 30, 2017

Version

1.6.5

Environment

React-native, Android 7.1.1

Reproduction link

https://github.com/ant-design/ant-design-mobile/blob/master/components/action-sheet/demo/basic.native.tsx

Steps to reproduce

Change the ActionSheet.showActionSheetWithOptions title or message to an empty string.
eg:
title: '标题', => title: '',
or
message: '我是描述我是描述', => message: '',

What is expected?

No Error.

What is actually happening?

Error: RawText "" must be wrapped in an explicit component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants