Merge pull request #54 from devakone/release-please--branches--main #213
Annotations
1 warning
|
lint-and-build:
apps/web/src/app/vibes/VibesClient.tsx#L48
The 'activeJobRepoIds' object construction makes the dependencies of useEffect Hook (at line 64) change on every render. To fix this, wrap the initialization of 'activeJobRepoIds' in its own useMemo() Hook
|