ci: update #154
Annotations
10 warnings
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/audio.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/index.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/notification.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/picture.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/social.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/(tabs)/video.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Test (lts/*, ubuntu-latest):
app/(app)/feed/detail/[entryId].tsx#L194
Mutating a value returned from a function whose return value should not be mutated
|
Test (lts/*, ubuntu-latest):
app/(app)/feed/detail/[entryId].tsx#L444
Mutating a value returned from a function whose return value should not be mutated
|
Test (lts/*, ubuntu-latest):
components/activity-indicator.tsx#L15
Mutating a value returned from a function whose return value should not be mutated
|
Test (lts/*, ubuntu-latest):
components/activity-indicator.tsx#L16
React Hook useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
|