Fix ReanimatedError: Trying to access property _id of an object which cannot be sent to the UI runtime
#127
Annotations
7 errors
|
checks (20)
Process completed with exit code 2.
|
|
checks (20):
src/MessageContainer/index.tsx#L359
Type 'ListRenderItem<IMessage> | null' is not assignable to type 'ListRenderItem<unknown> | SharedValue<ListRenderItem<unknown> | null | undefined> | null | undefined'.
|
|
checks (20):
src/MessageContainer/index.tsx#L357
Type '(item: IMessage, index: number) => string' is not assignable to type '((item: unknown, index: number) => string) | SharedValue<((item: unknown, index: number) => string) | undefined> | undefined'.
|
|
checks (18)
The operation was canceled.
|
|
checks (18):
src/MessageContainer/index.tsx#L359
Type 'ListRenderItem<IMessage> | null' is not assignable to type 'ListRenderItem<unknown> | SharedValue<ListRenderItem<unknown> | null | undefined> | null | undefined'.
|
|
checks (18):
src/MessageContainer/index.tsx#L357
Type '(item: IMessage, index: number) => string' is not assignable to type '((item: unknown, index: number) => string) | SharedValue<((item: unknown, index: number) => string) | undefined> | undefined'.
|
|
checks (18)
The strategy configuration was canceled because "checks._20" failed
|