Bump antd from 5.24.6 to 5.24.8 #1443
Annotations
1 error and 10 warnings
pdfme-test (20.x)
Process completed with exit code 1.
|
pdfme-test (20.x):
packages/ui/src/hooks.ts#L107
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Renderer.tsx#L157
React Hook useEffect has missing dependencies: '_cache', 'basePdf', 'i18n', 'mode', 'onChange', 'options', 'placeholder', 'schema', 'stopEditing', 'tabIndex', 'theme', and 'value'. Either include them or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Renderer.tsx#L154
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
|
pdfme-test (20.x):
packages/ui/src/components/Renderer.tsx#L55
React Hook useMemo has an unnecessary dependency: 'plugin?.uninterruptedEditMode'. Either exclude it or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Preview.tsx#L88
React Hook useEffect has missing dependencies: 'init' and 'unitCursor'. Either include them or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L94
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L83
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
pdfme-test (20.x):
packages/ui/src/components/Designer/RightSidebar/DetailView/index.tsx#L83
React Hook useEffect has missing dependencies: 'options', 'props', 'token', and 'typedI18n'. Either include them or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Designer/RightSidebar/DetailView/WidgetRenderer.tsx#L23
React Hook useEffect has missing dependencies: 'otherProps' and 'widget'. Either include them or remove the dependency array
|
pdfme-test (20.x):
packages/ui/src/components/Designer/RightSidebar/DetailView/WidgetRenderer.tsx#L20
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
|