feat(frontend): build Key Features section #56
Merged
Annotations
2 errors and 1 warning
|
Lint
Process completed with exit code 1.
|
|
Lint:
apps/frontend/component/homepage/KeyFeatures.tsx#L191
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
Lint:
apps/frontend/component/homepage/KeyFeatures.tsx#L43
The ref value 'featuresRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'featuresRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Loading