Weijland

Results 23 comments of Weijland

I am having this issue as well: `TypeError: Cannot read property 'children' of undefined` ``` { items.map(({ name, price }) => { return ( ) }) } ```

I had also the issue that the fallback to tags was not working properly in a CI environment (Github Actions). It had to do that I left an empty array...

Answer: Github Actions doesn't fetch the commit history by default. Found the answer here: https://github.com/actions/checkout/issues/439#issuecomment-897977358 Basically, add the following somewhere before `npx standard-version`: `git fetch --prune --unshallow`

FYI, I resorted to installing the client SDK on the server, which works but feels like a hack.

I'm getting this with `needUpdate`

It wasnt working for me because the time + date of my physical android phone wasn't synced. After setting it to sync automatically, everything worked.

@adipasquale The existence of your guide made me consider using this package. The maintainer really should include it in its README.

I may carefully assume that using `SafeAreaView` from `react-native-safe-area-context` instead of `react-native` fixed the issue.

Sounds as a neat addition. Is this issue fixed by this? https://github.com/react-navigation/react-navigation/issues/10153

Minor addition, Vite cannot run our Hydrogen app on node 14.16. When upgrading to Node 16 it does work. This happened only after the new additions in v1.0.0 of Hydrogen.