#Pinia#Typescript
[Pinia] Typescript 5.4.x 에서 type check error
13 May 2024 / 08:34

현재 Pinia 2.1.7 사용 중

Build 시 Typescript 5.4.x 버전 사용중이면

node_modules/pinia/dist/pinia.d.ts(354,26): error TS2536: Type 'key' cannot be used to index type 'Store<string, S, G, {}>

Type ckeck 오류 발생

-> Typescript 버전을 5.3.x 로 낮춰 사용

Pinia github discussion(https://github.com/vuejs/pinia/discussions/2605)

@Designed By gomdolog.