Draft: Add flyout wizard #67
Annotations
10 errors and 3 warnings
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L32
'updateData' is assigned a value but never used
|
Lint:
src/app/FlyoutWizard/FlyoutWizardContext.tsx#L6
Unexpected any. Specify a different type
|
Lint:
src/app/FlyoutWizard/FlyoutWizardContext.tsx#L10
Unexpected any. Specify a different type
|
Lint:
src/app/FlyoutWizard/FlyoutWizardContext.tsx#L24
Unexpected any. Specify a different type
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L5
'FlyoutHeader' is defined but never used
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L16
'showStart' is assigned a value but never used
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L17
'showCreateAssistant' is assigned a value but never used
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L18
'showList' is assigned a value but never used
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L18
'setShowList' is assigned a value but never used
|
Lint:
src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L20
'setIsLoading' is assigned a value but never used
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L66
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L74
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|