Daniel Slama
Daniel Slama
I made a PR, but there are some tests failing. Can you check it please @DamianGlowala? This is officially my first contribution so I will be happy if someone checks...
@Baroshem I have fixed the tests, added examples, and addressed your suggestions. Everything seems to be working now.
@danielroe we have a similar issue. It seems that cookies are not somehow reactive in the newest version. It was working before the update to 3.12.2. Tested on 3.11.2 and...
There seems to be a problem with useCookie. When i use setTimeout for 1ms it works as intended. If I trigger the function in nextTick, the value is still undefined...
Here's a minimal repro. The cookie value is not set immediately even though the change is triggered on the client-side. [https://stackblitz.com/edit/github-vrvrvy-seax1m?file=app.vue,composables%2FuseTest.ts,package.json](https://stackblitz.com/edit/github-vrvrvy-seax1m?file=app.vue,composables%2FuseTest.ts,package.json)
@danielroe I’ve already provided a reproduction for the issue and was wondering if there’s a way to update the task status or push it to the next step. I don’t...
I discovered the line causing the issue. I've recently decided to start contributing, but to be honest, I still feel pretty overwhelmed by everything and I'm unsure how to fix...