[Product Block Editor]: disable TextArea RichText instance according … #28
Annotations
4 warnings
Lint:
packages/js/customer-effort-score/src/components/customer-effort-score-tracks-container/index.js#L42
React Hook useEffect has a missing dependency: 'clearQueue'. Either include it or remove the dependency array. If 'clearQueue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
packages/js/customer-effort-score/src/components/customer-effort-score/index.tsx#L117
React Hook useEffect has missing dependencies: 'createNotice', 'icon', 'noticeLabel', 'onModalShownCallback', 'onNoticeDismissedCallback', 'onNoticeShownCallback', and 'title'. Either include them or remove the dependency array. If 'onNoticeShownCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
packages/js/customer-effort-score/src/hooks/use-customer-effort-score-exit-page-tracker/index.ts#L33
React Hook useEffect has a missing dependency: 'pageId'. Either include it or remove the dependency array
|
Lint:
packages/js/customer-effort-score/src/hooks/use-customer-effort-score-exit-page-tracker/index.ts#L46
React Hook useEffect has a missing dependency: 'pageId'. Either include it or remove the dependency array
|
Loading