feat: conversation screen #6211
Annotations
10 errors and 1 warning
Run check code:
app/screens/conversation/conversation.stories.tsx#L2
Replace `import·{·StoryScreen·}·from·"../../../.storybook/views` with `⏎import·{·MockedProvider·}·from·"@apollo/client/testing`
|
Run check code:
app/screens/conversation/conversation.stories.tsx#L4
Replace `import·{·IsAuthedContextProvider·}·from·"../../graphql/is-authed-context` with `⏎import·{·StoryScreen·}·from·"../../../.storybook/views`
|
Run check code:
app/screens/conversation/conversation.stories.tsx#L5
Replace `MockedProvider·}·from·"@apollo/client/testing` with `createCache·}·from·"../../graphql/cache`
|
Run check code:
app/screens/conversation/conversation.stories.tsx#L6
Replace `createCache·}·from·"../../graphql/cache` with `IsAuthedContextProvider·}·from·"../../graphql/is-authed-context`
|
Run check code:
app/screens/conversation/conversation.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
Run check code:
app/screens/conversation/conversation.tsx#L2
'Dimensions' is defined but never used. Allowed unused vars must match /^_/u
|
Run check code:
app/screens/conversation/conversation.tsx#L18
Identifier 'created_at' is not in camel case
|
Run check code:
app/screens/conversation/conversation.tsx#L19
Identifier 'thread_id' is not in camel case
|
Run check code:
app/screens/conversation/conversation.tsx#L31
Identifier 'file_ids' is not in camel case
|
Run check code:
app/screens/conversation/conversation.tsx#L32
Identifier 'assistant_id' is not in camel case
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading