Bruno Pinheiro
Results
3
comments of
Bruno Pinheiro
I had the same problem when I need to pass parameters, for now I solved it by putting: `twd.button` And when I need to have variations, I use inheritance: ```...
@DmitryMarkov You can keep with the version 13. You just need to put this in your package.json: (in my case I'm using PNPM) ``` "pnpm": { "overrides": { "@babel/traverse@=7.23.2" }...