Skip to content

Fritekstbrev editor bug #14308

Fritekstbrev editor bug

Fritekstbrev editor bug #14308

Triggered via pull request February 21, 2025 15:29
Status Success
Total duration 6m 39s
Artifacts

valid-pull-request.yml

on: pull_request
test  /  Kjør enhetstester
6m 29s
test / Kjør enhetstester
storybook-test  /  test
3m 17s
storybook-test / test
lint-tscheck-build  /  Lint, typescript-sjekk og bygg
2m 42s
lint-tscheck-build / Lint, typescript-sjekk og bygg
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/BehandlingAnkeIndex.tsx#L105
React Hook useEffect has missing dependencies: 'addErrorMessage', 'behandlingEventHandler', 'behandlingId', 'henleggBehandling', 'hentBehandling', 'nyBehandlendeEnhet', 'setBehandling', 'setRequestPendingMessage', 'settBehandlingPaVent', and 'taBehandlingAvVent'. Either include them or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L161
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L164
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L167
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L210
React Hook useMemo has a missing dependency: 'data.aksjonspunkter'. Either include it or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L220
React Hook useCallback has a missing dependency: 'opneSokeside'. Either include it or remove the dependency array. If 'opneSokeside' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L228
React Hook useCallback has a missing dependency: 'opneSokeside'. Either include it or remove the dependency array. If 'opneSokeside' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/InngangsvilkarPanel.tsx#L64
React Hook useCallback has a missing dependency: 'oppdaterProsessStegOgFaktaPanelIUrl'. Either include it or remove the dependency array. If 'oppdaterProsessStegOgFaktaPanelIUrl' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/InngangsvilkarPanel.tsx#L69
React Hook useMemo has a missing dependency: 'filteredPanels'. Either include it or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/MargMarkering.tsx#L36
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?