Fetch CIF files from the PDB preferentially #37
Annotations
11 warnings
build
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/.
|
build:
webapp/src/data/Constants.tsx#L179
Unexpected any value in conditional. An explicit comparison or type cast is required
|
build:
webapp/src/data/Constants.tsx#L183
Unexpected any value in conditional. An explicit comparison or type cast is required
|
build:
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L3
'UploadButton' is defined but never used. Allowed unused vars must match /^_/u
|
build:
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L4
'Submit' is defined but never used. Allowed unused vars must match /^_/u
|
build:
webapp/src/database/DatabaseInput/DatabaseInput.tsx#L5
'PDBFetch' is defined but never used. Allowed unused vars must match /^_/u
|
build:
webapp/src/database/DatabaseSearch/DatabaseSearch.tsx#L41
Unexpected any value in conditional. An explicit comparison or type cast is required
|
build:
webapp/src/database/DatabaseSearch/DatabaseSearch.tsx#L52
Unexpected any value in conditional. An explicit comparison or type cast is required
|
build:
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
build:
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L172
'sorting' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
webapp/src/database/DatabaseSearchTable/DatabaseSearchTable.tsx#L172
'setSorting' is assigned a value but never used. Allowed unused vars must match /^_/u
|