Property 'revalidate' does not exist on type 'SWRResponse
오류가 떠서 npm i swr을 해봤는데 안되네요
Cannot find module 'react-custom-scrollbars' or its corresponding type declarations
pakage.json을 보면 react-custom-scrollbars-2가 있는데
scrollbars와 scrollbars-2가 달라서 그런건가요?
"react-custom-scrollbars-2": "^4.3.0",
Cannot find namespace 'SocketIOClient'.
"socket.io-client": "^4.4.1",
socket io client도 깔려 있는데 왜 찾을수 없다고 뜨는지 모르겠습니다.
Parameter 'index' implicitly has an 'any' type.
그 밖에 알수 없는 이런 오류도 뜹니다
공지사항
https://github.com/ZeroCho/sleact/blob/master/front/client.tsx
이거 따라하신 것 맞나요?