Valerio Leo

Results 6 comments of Valerio Leo

Thanks for adding this feature! very helpful! However, I have tried to add it and I get two errors with this code: > for now I did a little improvement...

Hi @yoloten. Thanks for the great work. Unfortunately, I get the same error as well. Actually, the same error is happening in your own demo: https://yoloten.github.io/react-stack-cards/. Try use the `TinderLikeCard`...

Thanks @ccvlad, I will give it a try now!

I seem to have the same issue on latest version too 0.52.0

hopefully this can help somebody. in my case, I was running the code from within a monorepo, where some packages were using mocha. It has been sufficient to use the...

> @valerioleo how did you configure `nohoist` to get your monorepo working? @jwstanly I did this in my root package.json: ```js "workspaces": { "packages": [ ... all packages here ],...