Michał Miszczyszyn

Results 133 comments of Michał Miszczyszyn

For the record, you should probably not be running `dev` on your production server. Instead, you should do `build` + `start`.

Closing in favor of https://github.com/saleor/react-storefront/issues/599

Should this be closed @bmigirl ?

Please use the [Bug Template](https://github.com/saleor/react-storefront/issues/new?assignees=&labels=type%3A+bug&template=bug.yml) when filing bugs. It makes it easier for us to reproduce the problems and, in effect, faster for you to see the fix released :)...

Closed in favor of https://github.com/saleor/react-storefront/issues/510

One of the pains is the lack of input-level async validation. `react-hook-form` only supports form validation.

Look at open source products, not just articles 🙃

This won't work because you're only running saleor-app-checkout (`--filter=saleor-app-checkout`). `@saleor/checkout-storefront` is not a part of it. You should be running at least saleor app checkout and all its dependencies via...

I get the same problem on MacOS so it's not a Windows-specific problem. # log ``` yarn build yarn run v1.22.18 warning ../../../package.json: No license field $ next build warn...

I've found out that in my case the error was caused by `next/head` component in a `page.tsx` file. When I removed it, the build succeeded.