전역 상태인 AuthState를 LocalStorage에서 사용하기 위헤 store 객체를 persist로 감쌌더니, 타입 에러가 발생했다. Argument of type 'StateCreator' is not assignable to parameter of type 'StateCreator'. Type 'StateCreator' is not assignable to type '{ $$storeMutators?: [] | undefined; }'. Types of property '$$storeMutators' are incompatible. Type '[["zustand/persist", AuthState]] | undefined' is not assignable to type '[] | undefin..