sur.la.route
sur.la.route
I'm thinking this is a safari problem, because the same thing is happening now w/ storefront > settings > "..." > translations (or any other button) modal. It opens in...
I resolved this for safari by adding custom [admin css](https://spreecommerce.org/docs/developer/admin/custom-css#spree-5-1-and-below) If this could be added to the default admin styles, it seems to resolve the issue. ``` .drawer[open] { display:...
Same problem here, the coolify-db contiainer dissapears and then dashboard is not accessible. I reran the installer and the containers came back. Restarting it as noted above would do the...
I went through the last few update files (not sure which one was the cause) so here are a few that had an error message: ```sh Creating backup of existing...
and by quantity too would be great!
Heres another discussion about it, it seems like to make it work, the transformItems function needs to be declared outside your component. https://github.com/algolia/react-instantsearch/issues/3541 Like the algolia example: https://www.algolia.com/doc/api-reference/widgets/refinement-list/react/?client=TypeScript#hook If you...