Fixes & Features for the dashboard plugin #1328
Annotations
2 errors and 2 warnings
code-quality:
packages/ui/navigation-wpmudev/stories/tabs/Examples/BasicExample.tsx#L132
Irregular whitespace not allowed
|
code-quality
Process completed with exit code 1.
|
code-quality:
packages/ui/modal/src/modal.tsx#L72
React Hook useCallback has a missing dependency: 'onCloseModal'. Either include it or remove the dependency array. If 'onCloseModal' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
code-quality:
packages/ui/uploader/src/uploader-file.tsx#L33
React Hook useEffect has a missing dependency: 'file'. Either include it or remove the dependency array. If 'setPreviewUrl' needs the current value of 'file', you can also switch to useReducer instead of useState and read 'file' in the reducer
|