leehyungwon

Results 2 comments of leehyungwon

match 대신 사용 ``` import { useParams } from 'react-router-dom'; ... const { username } = useParams(); const profile = profileData[username]; ```

"react-router-dom": "^6.3.0", 기준, ``` ```