다른 사람 코드 보면서 공부중인데 

    const [keyssetKeys] = useStoreState({
        left: false,
        right: false,
    });

Uncaught Error: An error occurred trying to map state in a useStoreState hook: mapState is not a function.

이 방법 말고 어떻게 해야하는지 모르겠어.. 

검색 키워드라도...