fix: improve video view layout #52
Annotations
6 warnings
lint:
app/(app)/feed/detail/[entryId].tsx#L161
Mutating a value returned from a function whose return value should not be mutated
|
lint:
app/(app)/feed/detail/[entryId].tsx#L392
Mutating a value returned from a function whose return value should not be mutated
|
lint:
app/(app)/settings.tsx#L23
Do not use Array index as 'key'
|
lint:
components/entry-list.tsx#L153
Do not use Array index as 'key'
|
lint:
components/entry-list.tsx#L370
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook
|
lint:
components/feed-list.tsx#L52
Mutating a value returned from a function whose return value should not be mutated
|