fix(superfeed): search filters doesn't add pills to searchbar #305
Annotations
1 error and 4 warnings
basic-checks
Process completed with exit code 1.
|
basic-checks
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/
|
basic-checks
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/
|
basic-checks:
packages/frontend/src/mobile-containers/SuperfeedContainer.tsx#L264
React Hook useMemo has a missing dependency: 'keywordResults'. Either include it or remove the dependency array
|
basic-checks:
packages/frontend/src/mobile-containers/SuperfeedContainer.tsx#L265
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|