fix lint errors #27
Annotations
5 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Lint:
src/editor/components/components/SceneCard/SceneCard.component.jsx#L132
React Hook useEffect has a missing dependency: 'handleClickOutside'. Either include it or remove the dependency array
|
Check Lint:
src/editor/components/components/Tabs/components/Hint/Hint.component.jsx#L26
React Hook useEffect has a missing dependency: 'tab'. Either include it or remove the dependency array. Outer scope values like 'document' aren't valid dependencies because mutating them doesn't re-render the component
|
Check Lint:
src/editor/components/modals/ScenesModal/ScenesModal.component.jsx#L88
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array
|
Check Lint:
src/editor/components/modals/ScenesModal/ScenesModal.component.jsx#L137
React Hook useEffect has missing dependencies: 'scenesData' and 'scenesDataCommunity'. Either include them or remove the dependency array
|
Loading