Martin Arce
Martin Arce
Hi nikolaokonesh, I could not reproduce that behaviour, it seems to work on my side. Could you provide an example? I tried this: ``` import { Controller } from "@hotwired/stimulus"...
Hi Nikola, I don't know what could be the issue. It seems it works correctly on my machine. Unfortunately, I could not reproduce the example you have provided, since I...
hey, thanks for the feedback. Both issues you commented on are kind of related. First, I implemented the API like you suggested ` this.desertCookie = "cake"` instead of `this.setCookie("dessert", "cake")`...
Hi, I refactored the PR to follow a more similar API to the rest of the library. Let me know what you think.
The behaviour described by Gert-JanPeeters happens as well on my machine.