Skip to content

fix: 10731 Focus composer without showing keyboard when users go to chats #89921

fix: 10731 Focus composer without showing keyboard when users go to chats

fix: 10731 Focus composer without showing keyboard when users go to chats #89921

Triggered via pull request September 25, 2024 11:07
Status Failure
Total duration 10m 12s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ESLint check: src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx#L643
Replace `⏎············!(⏎················(willBlurTextInputOnTapOutside·||·shouldAutoFocus)·&&⏎················!isNextModalWillOpenRef.current·&&⏎················!modal?.isVisible·&&⏎················isFocused·&&⏎················(!!prevIsModalVisible·||·!prevIsFocused)⏎············)⏎········` with `!((willBlurTextInputOnTapOutside·||·shouldAutoFocus)·&&·!isNextModalWillOpenRef.current·&&·!modal?.isVisible·&&·isFocused·&&·(!!prevIsModalVisible·||·!prevIsFocused))`
ESLint check: src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx#L788
Replace `(Browser.isMobileSafari())` with `·(Browser.isMobileSafari())·`
ESLint check
Process completed with exit code 1.