- {typeof content === 'string' ? t(content) : content}
-
- }>{({ getTriggerProps, triggerRef }) => {children}}
- ;
+ if (window.matchMedia(`(max-width: ${MEDIUM_SCREEN_SIZE}px)`).matches) {
+ triggerValue = 'click';
+ delayValue = HIDE_TOOLTIP_CLICK_DELAY;
+ }
+
+ return (
+