Combine editor into core #14
Annotations
10 errors and 5 warnings
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L5
'streetmixUtils' is assigned a value but never used
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L187
'getRandomElem' is defined but never used
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L331
Identifier 'animationAttrs_1' is not in camel case
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L339
Identifier 'animationAttrs_2' is not in camel case
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L378
Expected '===' and instead saw '=='
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L390
Expected '===' and instead saw '=='
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L461
Expected '===' and instead saw '=='
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L764
Expected '===' and instead saw '=='
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L815
'elevationLevels' is not defined
|
Test Cases (22.x):
src/aframe-streetmix-parsers.js#L816
'elevationLevels' is not defined
|
Test Cases (22.x)
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/.
|
Test Cases (22.x):
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
|
Test Cases (22.x):
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
|
Test Cases (22.x):
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
|
Test Cases (22.x):
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
|