Ar/initial updates #3
Annotations
8 errors and 14 warnings
tsc:
src/components/ConversationMessageContent.tsx#L13
Type '({ message, address }: ConversationMessageContentProps) => Element | undefined' is not assignable to type 'FC<ConversationMessageContentProps>'.
|
tsc:
src/screens/NewConversationScreen.tsx#L36
Type '(message: { text: string;}) => void' is not assignable to type '(payload: { text?: string | undefined; asset?: Asset | undefined; }) => void'.
|
tsc
Process completed with exit code 2.
|
lint:
src/screens/ConversationScreen.tsx#L88
'name' is assigned a value but never used
|
lint:
src/screens/ConversationScreen.tsx#L90
'showReply' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
lint:
src/screens/ConversationScreen.tsx#L90
'setShowReply' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
lint:
src/screens/ConversationScreen.tsx#L91
'showProfileModal' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
lint
Process completed with exit code 1.
|
tsc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tsc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/components/ConversationHeader.tsx#L50
Inline style: { marginLeft: 2 }
|
lint:
src/components/ConversationInput.tsx#L65
'asset' is already declared in the upper scope on line 35 column 10
|
lint:
src/components/ConversationInput.tsx#L80
'asset' is already declared in the upper scope on line 35 column 10
|
lint:
src/components/common/Drawer.tsx#L27
Inline style: { width: '100%', height: '100%' }
|
lint:
src/components/common/Modal.tsx#L25
Inline style: { width: '100%', height: '100%' }
|
lint:
src/context/ClientContext.tsx#L43
'client' is already declared in the upper scope on line 27 column 10
|
lint:
src/screens/AccountSettingsScreen.tsx#L177
Expected { after 'if' condition
|
lint:
src/screens/AccountSettingsScreen.tsx#L261
Inline style: { marginRight: 16 }
|
lint:
src/screens/AccountSettingsScreen.tsx#L266
Inline style: { justifyContent: 'flex-start' }
|
lint:
src/screens/AccountSettingsScreen.tsx#L324
'address' is already declared in the upper scope on line 122 column 9
|