mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(packages): error dialog component (#1077)
This commit is contained in:
@@ -74,7 +74,7 @@ export function TooltipRoot({
|
||||
});
|
||||
|
||||
const anchorName = useSafeId();
|
||||
const popupId = useSafeId('tooltip-');
|
||||
const popupId = useSafeId('tooltip');
|
||||
|
||||
// Sync controlled open prop -> internal input state.
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user