Skip to content

fix: failing apps test #181

fix: failing apps test

fix: failing apps test #181

Triggered via push June 3, 2024 15:11
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error and 1 warning
Error
every step must define a `uses` or `run` key
react-hooks/exhaustive-deps: src/pages/apps/index.tsx#L22
The 'allApps' array makes the dependencies of useMemo Hook (at line 30) change on every render. To fix this, wrap the initialization of 'allApps' in its own useMemo() Hook.