Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

[#133] Fix Bug where select request dialog randomly appears in test e… #175

[#133] Fix Bug where select request dialog randomly appears in test e…

[#133] Fix Bug where select request dialog randomly appears in test e… #175

Triggered via pull request January 18, 2024 02:35
Status Success
Total duration 1m 58s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: packages/insomnia/src/ui/components/cookie-list.tsx#L144
Do not use Array index in keys
Lint: packages/insomnia/src/ui/components/dropdowns/sync-dropdown.tsx#L92
React Hook useCallback has an unnecessary dependency: 'vcs'. Either exclude it or remove the dependency array
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L40
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L51
React Hook useMemo has a missing dependency: 'matches'. Either include it or remove the dependency array
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L53
React Hook "useRequestSetter" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L92
React Hook "useCallback" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L101
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L104
React Hook useEffect has missing dependencies: 'onChangeParameter' and 'segmentedCreatedViaUI'. Either include them or remove the dependency array
Lint: packages/insomnia/src/ui/components/editors/request-segment-editor.tsx#L104
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Lint: packages/insomnia/src/ui/components/error-boundary.tsx#L104
Do not use Array index in keys