LuiGeeDev

Results 5 comments of LuiGeeDev

``` data() { return { uid: uniqueId(), }; }, computed: { computedId() { return this.id || `c-checkbox-${this.uid}`; }, } ``` 여기서 쓰는 uniqueId()가 ``` let idCount = 0; function uniqueId()...

이 정도면 메이저 버전 업데이트 아닌가요?

이거 크로매틱으로 스토리북 나오면 현정님께 다시 확인해보면 좋겠네요

Not sure this will help you guys, but I found a workaround. ```ts afterResponse: [ // text, json also work, but json can throw an error when the response is...

@sholladay I made [this reproduction repo](https://github.com/LuiGeeDev/ky-reproduction). Not sure if it will also work on your side. FYI, I was on Node v18.17.1 and I tested it in [email protected] when I...