Jovi De Croock

Results 172 comments of Jovi De Croock

Registering to IANA is on the issues currently https://github.com/graphql/graphql-over-http/issues/31 the main driving factor was to have a unique way to identify graphql requests over http. I think other servers support...

I mean, we will need a bit more of a reproduction 😅 generally these issues are caused by duplicate copies of Preact

The link is to your profile, looks like this is a preact-cli issue though so I will move it there, best to include some reproduction steps though

Heh, sorry hence the ask for reproduction steps 😅 I saw preact-cli in the package json and that worked fine for me

I haven't looked too deep into your setup, however I have played with mine a bit which is also webpack 5 an example can be found [here](https://github.com/preactjs/prefresh/blob/main/test/fixture/webpack/webpack.config.js) the bigger differences...

Just opened your application and everything works fine, all I had to do was add `mode: 'development'` to your webpack config (which it was warning you about) and the UI...

You are using different aliases 😅 your alias goes to `preact-compat` which probably means that you are working with conflicting versions of preact

The same one as your code there `preact/compat`, `preact-compat` is used with v8. You can read about the aliases in our [docs](https://preactjs.com/guide/v10/switching-to-preact/)

I mean, let's maybe first get our details sorted. Did this work before, or what did you have before? Is this a fresh project, ...? Generally this error happens when...