- {actions.map((action, index) => (
-
action()}
- >
- {toolbar[index]}
-
- ))}
-
- >
+
+ {actions.map((action, index) => (
+
action()}
+ >
+ {toolbar[index]}
+
+ ))}
+
)
}
const CropperPopup = () => {
const { canvasId } = canvasAll
return (
- <>
+ > = (
const ToolBar = () => {
const actions = [cancel, reset, rotate, confirm]
return (
- <>
-
- {actions.map((action, index) => (
-
action()}
- >
- {toolbar[index]}
-
- ))}
-
- >
+
+ {actions.map((action, index) => (
+
action()}
+ >
+ {toolbar[index]}
+
+ ))}
+
)
}
const CropperPopup = () => {
return (
- <>
+
)
}
diff --git a/src/packages/calendaritem/calendaritem.taro.tsx b/src/packages/calendaritem/calendaritem.taro.tsx
index 9c5f815098..fa772e210e 100644
--- a/src/packages/calendaritem/calendaritem.taro.tsx
+++ b/src/packages/calendaritem/calendaritem.taro.tsx
@@ -884,13 +884,11 @@ export const CalendarItem = React.forwardRef<
}
return (
- <>
-
- {renderHeader()}
- {renderContent()}
- {popup && !autoBackfill ? renderFooter() : ''}
-
- >
+
+ {renderHeader()}
+ {renderContent()}
+ {popup && !autoBackfill ? renderFooter() : ''}
+
)
})
diff --git a/src/packages/calendaritem/calendaritem.tsx b/src/packages/calendaritem/calendaritem.tsx
index 79fd637ae4..445d28abc5 100644
--- a/src/packages/calendaritem/calendaritem.tsx
+++ b/src/packages/calendaritem/calendaritem.tsx
@@ -883,13 +883,11 @@ export const CalendarItem = React.forwardRef<
}
return (
- <>
-
- {renderHeader()}
- {renderContent()}
- {popup && !autoBackfill ? renderFooter() : ''}
-
- >
+
+ {renderHeader()}
+ {renderContent()}
+ {popup && !autoBackfill ? renderFooter() : ''}
+
)
})
diff --git a/src/packages/ellipsis/ellipsis.taro.tsx b/src/packages/ellipsis/ellipsis.taro.tsx
index 1cc6217f40..2636686296 100644
--- a/src/packages/ellipsis/ellipsis.taro.tsx
+++ b/src/packages/ellipsis/ellipsis.taro.tsx
@@ -358,28 +358,26 @@ export const Ellipsis: FunctionComponent<
) : null}
{exceeded && expanded ? (
- <>
-
- {content}
- {expandText ? (
- {
- e.stopPropagation()
- clickHandle(2)
- }}
- >
- {collapseText}
-
- ) : null}
-
- >
+
+ {content}
+ {expandText ? (
+ {
+ e.stopPropagation()
+ clickHandle(2)
+ }}
+ >
+ {collapseText}
+
+ ) : null}
+
) : null}