fix: do not open social media in app #29
Annotations
6 warnings
app/(app)/feed/detail/[entryId].tsx#L162
Mutating a value returned from a function whose return value should not be mutated
|
app/(app)/feed/detail/[entryId].tsx#L321
Mutating a value returned from a function whose return value should not be mutated
|
app/(app)/settings.tsx#L23
Do not use Array index as 'key'
|
components/entry-list.tsx#L152
Do not use Array index as 'key'
|
components/entry-list.tsx#L367
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
|
components/feed-list.tsx#L63
Mutating a value returned from a function whose return value should not be mutated
|
The logs for this run have expired and are no longer available.
Loading