You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: