mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
fix: react warning for "p>div
This commit is contained in:
@@ -12,7 +12,7 @@ const getSDKVersion = async () => {
|
||||
export function SDKVersion() {
|
||||
const sdkVersion = usePromise(getSDKVersion, []);
|
||||
return (
|
||||
<Flex pl="1" alignItems="center">
|
||||
<Flex as="span" pl="1" alignItems="center">
|
||||
<Tooltip
|
||||
hasArrow
|
||||
placement="top"
|
||||
|
||||
Reference in New Issue
Block a user