feat: pop out LocationsPanel to separate window (#441)#367
Merged
Annotations
10 warnings
|
src/components/encounters/FortunePanel.tsx#L24
'onComplete' is defined but never used. Allowed unused args must match /^_/u
|
|
src/components/encounters/ChasePanel.tsx#L249
React Hook useEffect has missing dependencies: 'attacker', 'attackerVehicle.shot_id', 'formState.data.position', 'target', and 'targetVehicle'. Either include them or remove the dependency array
|
|
src/components/encounters/CharacterEditDialog.tsx#L204
React Hook useEffect has a missing dependency: 'loading'. Either include it or remove the dependency array
|
|
src/components/encounters/CharacterEditDialog.tsx#L43
'dispatchEncounter' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
src/components/encounters/AttackPanel.tsx#L74
'targetMookCount' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
src/components/encounters/AddCharacter.tsx#L11
'onClose' is defined but never used. Allowed unused args must match /^_/u
|
|
src/components/dashboard/ActiveFightBanner.tsx#L25
'loading' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
src/components/ListManager/hooks/useChildIds.ts#L79
React Hook useMemo has an unnecessary dependency: 'relationship'. Either exclude it or remove the dependency array
|
|
src/app/(main)/link-discord/page.tsx#L24
'success' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
src/app/(auth)/confirm/page.tsx#L55
React Hook useCallback has an unnecessary dependency: 'router'. Either exclude it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading