Fix bug when updating prompts in ai ext #296
Annotations
10 errors and 8 warnings
test:
web/src/app.tsx#L7
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
test:
web/src/app.tsx#L9
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
test:
web/src/components/databasePage/index.tsx#L93
Unexpected any. Specify a different type
|
test:
web/src/utils/scram.ts#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/src/utils/scram.ts#L3
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/tests/_globalSetup.ts#L136
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/tests/_globalSetup.ts#L195
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/tests/_globalSetup.ts#L197
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/tests/_globalTeardown.ts#L15
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test:
web/tests/_globalTeardown.ts#L27
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
test
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/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|
test:
web/src/components/databasePage/index.tsx#L44
Fast refresh can't handle anonymous components. Add a name to your export
|
test:
web/src/components/databasePage/index.tsx#L70
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
test:
web/src/components/databasePage/index.tsx#L128
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
test:
web/src/components/header/index.tsx#L14
Fast refresh can't handle anonymous components. Add a name to your export
|
test:
web/src/components/instancePage/index.tsx#L16
Fast refresh can't handle anonymous components. Add a name to your export
|
test:
web/src/components/main/index.tsx#L16
Fast refresh can't handle anonymous components. Add a name to your export
|