소스 검색

success to show a log of refsStringify

kaori 5 년 전
부모
커밋
a02cc5e7f7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/client/js/components/CustomNavigation.jsx

+ 2 - 0
src/client/js/components/CustomNavigation.jsx

@@ -35,6 +35,8 @@ const CustomNavigation = (props) => {
 
     // if (mounted.current) {
     console.log(`ref = ${refs}`);
+    const refsStringify = JSON.stringify(refs);
+    console.log(`refsStringify : ${refsStringify}`);
     console.log(`refs.current[0] = ${refs.current[0]}`);
 
     // console.log(`activeTab = ${elm2.current.offsetWidth}`);