Thierry Michel
Thierry Michel
+1 :)
It fails when using `rmate -w` (for git commit messages, for example)
This is how I fixed it: ```js /* javascript-obfuscator:disable */ const endpoint = `${process.env.VUE_APP_API_DOMAIN}/api/v1` /* javascript-obfuscator:enable */
Hi, Same problem with a K6 and K3. They have the same product_id.
Oui, je l'ai envisagé. J'avais eu peu peur que ça soit overkill et nous oblige à créer des custom elements "à gogo" :) Et puis, pour être honnête, l'idée était...
@Mamboleoo, Could you try with: ``` barba.init({ debug: true, timeout: 100, }); ``` Really weird but I can reproduce your issue only with no debug. With `debug: true`, it redirects...
@Mamboleoo, Nervermind, got it… :)
Hi @Mamboleoo could you check if it's ok with [`2.9.5`](https://www.npmjs.com/package/@barba/core/v/2.9.5)? Thanks in advance
As `dom.ts` export a "singleton", an error is throwed (server-side, I guess) because of `new DOMParser()` (which does not exist on Node side). To make it work, it will need...
No, I still have a similar issue. Removing the 2 `this.debug` lines does not change anything. I do not have time (right now) to create a minimal reproducible example but...