다른 사람 코드 보면서 공부중인데
const [keys, setKeys] = useStoreState({
left: false,
right: false,
});
Uncaught Error: An error occurred trying to map state in a useStoreState hook: mapState is not a function.
이 방법 말고 어떻게 해야하는지 모르겠어..
검색 키워드라도...
이건 기본 리액트 훅이 아닌데
개어렵다 ㄹㅇ