Dev #185
Merged
Dev #185
Annotations
4 warnings
|
src/domains/serverView/view3d/hooks/useEquipmentSelection.ts#L178
React Hook useEffect has a missing dependency: 'setSelectedEmptyArea'. Either include it or remove the dependency array
|
|
src/domains/serverView/view3d/components/Equipment3DModel.tsx#L679
The ref value 'originalEmissiveColors.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'originalEmissiveColors.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
src/domains/serverView/view3d/components/BabylonDatacenterView.tsx#L270
React Hook useCallback has an unnecessary dependency: 'clearSelection'. Either exclude it or remove the dependency array
|
|
src/domains/serverView/rack/components/RackView.tsx#L133
React Hook useEffect has a missing dependency: 'editMode'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading