@abdellatifui/react 3.1.83 → 3.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nextgen.js
CHANGED
|
@@ -14389,7 +14389,6 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14389
14389
|
} = props;
|
|
14390
14390
|
const networkMapRef = useRef();
|
|
14391
14391
|
const mapApi = useRef({});
|
|
14392
|
-
const deckRef = useRef();
|
|
14393
14392
|
const [currentCoordinates, setCurrentCoordinates] = useState([]);
|
|
14394
14393
|
const [_conns, setConns] = useState([]);
|
|
14395
14394
|
const [_nodes, setNodes] = useState(nodes);
|
|
@@ -14762,7 +14761,6 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14762
14761
|
{
|
|
14763
14762
|
layers: [...paths],
|
|
14764
14763
|
onHover: handleHover,
|
|
14765
|
-
ref: deckRef,
|
|
14766
14764
|
onClick: (e) => {
|
|
14767
14765
|
if (!(e == null ? void 0 : e.layer)) {
|
|
14768
14766
|
setSelectedConn((prev2) => {
|