Christopher Budd

Results 7 comments of Christopher Budd

@alvaromb That branch is a lot better (3 errors vs 30) for my project. At the moment I just added // $FlowFixMe comments to those three lines to clear the...

Just had this issue and it turns out I had added node-fetch during a previous attempt to get something else working. Removing node-fetch fixed this issue for me, so it...

I'm having the same issue. I'm trying to allow only one screen to allow portrait and landscape mode, and this causes all screens to allow orientation change, thus overriding the...

> I was encountering this issue, and saw that #397 got closed without merging. > > So I bumped @nuxt/tailwindcss to v5.0.0-4 & saw that postcss-nesting got updated to 10.1.2...

In case anyone else runs into this and doesn't have a Windows machine to try it on. Follow the manual install steps here: https://prismic.io/docs/technical-reference/slice-machine-ui#manual-install After you've gotten slicemachine to run,...

This looks like it's a result of this bug https://github.com/netlify/next-runtime/issues/2089 to me. I see a full page reload happening when navigating between pages on Netlify but not on Vercel.

Also seeing this issue (body replacement being triggered?) on default rails 8 projects since they use javascript import maps. I also changed turbo-track field for stylesheets tag as per README....