michalvadak

Results 5 comments of michalvadak

Temporary fix ``` thumbs={{ swiper: thumbsSwiper && !thumbsSwiper.destroyed ? thumbsSwiper : null, }} ```

Yeah, the `semantic-release` is actually using the `git push origin HEAD:main` [Link](https://github.com/semantic-release/semantic-release/blob/master/lib/git.js#LL209C3-L209C3)

`baseBranch: 'HEAD:main'` works fine

Seems like changing the state of `useTransition` to "mounted" in the middle of running the "unmounted" `transitionApi.start()` will result in unmounting after the `transitionApi.start()` finishes. Reproduction: https://stackblitz.com/edit/vitejs-vite-j2v2gwrj?file=src%2FCoverUp.tsx https://github.com/user-attachments/assets/ab919639-a4e1-4eaa-baab-0b2c0464a2aa

Disable "Premultiplied alpha" in the Spine export as assetpack doesn't seems to support it