Michał Miszczyszyn

Results 133 comments of Michał Miszczyszyn

This would be great! It would allow migrating from other comments systems with ease.

It's been decided: https://github.com/saleor/macaw-ui/issues/157 RFC is in progress.

Related: https://github.com/saleor/saleor-app-sdk/issues/87

Fixed via https://github.com/saleor/react-storefront/pull/558

- [ ] Let's implement the logic related to theme fetching as a function that's independent of React or Next.js (vanilla JS). - [ ] Let's export that function from...

Closed via: https://github.com/saleor/saleor/pull/10845 https://github.com/saleor/react-storefront/commit/4a93b7e4bc33f9d2a4f5ccd4e4c54b18560a910d

Solution for `pnpm` users: Add this to your `package.json`: ```json "pnpm": { "patchedDependencies": { "@types/[email protected]": "patches/@[email protected]" } } ``` Now, create a file `patches/@[email protected]` with the following contents: ```diff diff...

Option number 2 looks great! I'd also add: ```ts const widths = { // … xs: '…', sm: '…', md: '720px', // Adyen App actually uses this value :) lg:...

On MacOS you can already do that in Spotlight. Wasn't sure if you're aware of that, hope it helps.

Any plans on this? Or maybe there is another shim which works in the browser and in node?