Sebastian Buys

Results 17 comments of Sebastian Buys

In our case, we were able to fix by modifying the predeploy entry in `firebase.[APP_NAME].json` to: `npx nx build [APP_NAME] --with-deps && cd dist/apps/[APP_NAME] && npm install` The addition of...

> I'm seen this with latest and ^17.0.0 of react and @types/react Same here. react 17 and @types/react

@notrab anything we can do to help on this one? We are stuck in a holding pattern on a few projects.

@DennisSimon thanks for the update. I'll look into the caching and report back.

@DennisSimon The problem actually seems tied to the code in `onCreateNode()`. Per the [documentation for Gatsby v4](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/), mutation of nodes outside of `createNode()` is an anti-pattern. More info [here](https://www.gatsbyjs.com/docs/how-to/local-development/debugging-missing-data/). `field.value.markdownNode...

@zzullick we moved to another CMS. We're one of the case studies on the website too 💔.

> I ended up splitting the text myself Damn. Should have tested on safari myself. Now I have to unwind a bunch of work

Thirding @z0w0. This has become a big pain for our team.

The function returned by `wrap` (automatically `wrapV2` when used with a v2 function) is the callable request handler that you pass as the second parameter to `onCall(opts, handler)` ➡️ ```...