Augustin Husson

Results 96 comments of Augustin Husson

Hello, I have tried to reproduce the issue but unfortunately I wasn't able to... Here my setup: ```bash $> go version go version go1.21.6 darwin/arm64 ``` ```bash $> npm version...

ah that's interesting, weird but interesting. Thank you for trying on another OS. Is it possible on your archilinux to upgrade nodejs ? Just to evict the possibility it's coming...

meeh it would have been so simpler if it was nodejs :/

I guess the merge / rebase make a bit mess. @rakshith210 can you try again. That doesn't look right all these changes are related to your PR :)

It seems I'm using the latest version of `@testing-library/dom` : ```bash npm ls @testing-library/dom [email protected] /Users/ahusson/workspace/go/src/perses/perses/ui ├─┬ @perses-dev/[email protected] -> ./storybook │ └─┬ @storybook/[email protected] │ └── @testing-library/[email protected] deduped ├─┬ @testing-library/[email protected] │...

I tried using what you suggested to override the version and now I'm using the version 9.3.1. ```bash npm ls @testing-library/dom [email protected] /Users/ahusson/workspace/go/src/perses/perses/ui ├─┬ @perses-dev/[email protected] -> ./storybook │ └─┬ @storybook/[email protected]...

amazing investigation @agentdylan !! Thank you so much for taking time to find a workaround. Hope it will help to fix the issue if there is a fix to do