Skip to content

build(deps): bump redux and redux-thunk #1804

build(deps): bump redux and redux-thunk

build(deps): bump redux and redux-thunk #1804

Triggered via pull request December 19, 2023 04:53
Status Success
Total duration 1m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint: electron/renderer/src/components/WebView/Webview.tsx#L176
The ref value 'webviewRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'webviewRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint: electron/renderer/src/components/WebView/Webview.tsx#L278
The ref value 'webviewRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'webviewRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint: electron/renderer/src/configureStore.ts#L23
Using exported name 'thunk' as identifier for default export
lint: electron/renderer/src/configureStore.ts#L54
Caution: `thunk` also has a named export `withExtraArgument`. Check if you meant to write `import {withExtraArgument} from 'redux-thunk'` instead