Björn Meyer
Björn Meyer
Could you link the core issue here? Is that task blocked now? **NEXT-33839**
> hey, looks really good 🙌🏼 > > 👉🏼 Could you please adjust the tests because they are failing @kstala maybe you can help here? Would be nice to get...
@mkucmus, @kstala, and @khanSoliheen, I fixed the Test for the `useWishlist` composable. Now, we have 100% coverage for the `useWishlist` composable. :tada: Can be tested here: https://frontends-demo-h3h90r2m2-shopware-frontends.vercel.app/
@mkucmus and @patzick fixed the ts errors, updated tests, tested orders pagination, and fixed it. You can review it again. I added @kstala for testing, also.
FYI: I removed the wishlist call from `onMounted` because it is not needed information for SSR. I now make sure that the wishlist call is only executed once per page...
After logging out, the mini-cart is not updated. :thinking: Also, I am asking myself if this will make that issue https://github.com/shopware/frontends/issues/767 even worse, so we break the bfcache with that...
Maybe also with bun? Asking for a friend.
Thx for submitting this already known issue (NEXT-24954). We have an discussion with the product area that is responsible to return the path via API. Also good to have this...
@patzick could we use the same technic we used for "duplicated" seoURL''s calls to solve this issue? Like looking in the list if we have this seoURL already and then...
@StanislovasRamanauskas here is an example of how to solve this in frontends (but this is just a workaround): https://github.com/shopware/frontends/pull/258/files And I do not know if we will merge this into...