Merge pull request #436 from layer5io/335-typing-filter #353
Annotations
1 error and 3 warnings
Run Lint
Process completed with exit code 1.
|
Run Lint:
packages/components/src/custom/TypingFilter/index.tsx#L94
The ref value 'inputFieldRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'inputFieldRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Run Lint:
packages/components/src/custom/TypingFilter/index.tsx#L96
React Hook React.useEffect has missing dependencies: 'filterSchema' and 'handleFilter'. Either include them or remove the dependency array. If 'handleFilter' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run Lint:
packages/components/src/custom/TypingFilter/index.tsx#L104
React Hook React.useEffect has missing dependencies: 'autoFilter', 'filterSchema', 'filterState.context?.value', and 'handleFilter'. Either include them or remove the dependency array. If 'handleFilter' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The logs for this run have expired and are no longer available.
Loading