go back to using a for-loop for speed #2002
Annotations
10 warnings
src/broadcast/broadcast.worker.interface.ts#L36
Avoid using promises inside of callbacks
|
src/renderer/containers/Console/AddConnectionForm.tsx#L136
`'` can be escaped with `'`, `‘`, `'`, `’`
|
src/renderer/containers/QuickStart/VerifyEmailStep.tsx#L116
`'` can be escaped with `'`, `‘`, `'`, `’`
|
src/renderer/containers/ReplayBrowser/FileList.tsx#L66
React Hook React.useCallback has a missing dependency: 'onClick'. Either include it or remove the dependency array
|
src/renderer/containers/ReplayBrowser/FileList.tsx#L74
React Hook React.useEffect has a missing dependency: 'setScrollRowItem'. Either include it or remove the dependency array. If 'setScrollRowItem' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/renderer/containers/ReplayBrowser/FileList.tsx#L81
React Hook React.useEffect has a missing dependency: 'listRef'. Either include it or remove the dependency array
|
src/renderer/containers/ReplayFileStats/index.tsx#L123
`'` can be escaped with `'`, `‘`, `'`, `’`
|
src/renderer/containers/ReplayFileStats/index.tsx#L123
`'` can be escaped with `'`, `‘`, `'`, `’`
|
src/renderer/lib/hooks/useAppListeners.ts#L176
React Hook React.useEffect has a missing dependency: 'extraSlpPaths'. Either include it or remove the dependency array
|
src/renderer/lib/hooks/useAppListeners.ts#L176
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
The logs for this run have expired and are no longer available.
Loading