We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d1fee commit 8e31b8cCopy full SHA for 8e31b8c
src/index.tsx
@@ -73,5 +73,5 @@ export type TabProps = {
73
};
74
75
export const Tab: React.FC<TabProps> = (props) => {
76
- return <View>{props.children}</View>;
+ return <React.Fragment>{props.children}</React.Fragment>;
77
0 commit comments