fix(desktop): update zen mode shortcut key notation #3179
Merged
Annotations
10 warnings
Run linter and fix issues
React Hook useEffect has a missing dependency: 'props.error'. Either include it or remove the dependency array
|
Run linter and fix issues
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
Run linter and fix issues
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Run linter and fix issues
React Hook useEffect has a missing dependency: 'formatDateString'. Either include it or remove the dependency array
|
Run linter and fix issues
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Run linter and fix issues
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
Run linter and fix issues
React Hook useEffect has a missing dependency: 'resetError'. Either include it or remove the dependency array. If 'resetError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run linter and fix issues
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Run linter and fix issues
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Run linter and fix issues
Assignment to function parameter 'makeResults'
|
Loading