zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -22,12 +22,12 @@ const intl = useIntl(); const { styles } = useStyles(); console.log(props.data); // console.log(props.data); const refContainer = useRef(); useEffect(() => { shelfThree = new ShelfThree(refContainer); shelfThree = new ShelfThree(refContainer.current); shelfThree.startup(); return () => {