Morgan Worrell
Morgan Worrell
> @nicosampler @jjant I hit this issue too, adding `Content-Type: application/json` header to the response from my GraphQL server helped. > > It seems like here: https://github.com/prisma/graphql-request/blob/master/src/index.ts#L119-L126 If there's no...
Can confirm adding `'use client'` to the component using `react-scroll` will fix this issue.
Having the same issue. The docs state that running `nx serve my-nest-app` runs build target in watch mode, but this isn't the case.
Correcting my comment from earlier, I found that running the server target DID run the server in watch mode, but it uses the production build target first and restarts the...
@cdoky This solution works up to the point of hot reload failing, as you mentioned earlier. Have you figured out a workaround for this?
I gave this a fresh run again following the steps above and the server started up this time. The main change was updating my node version to LTS v22.3.0. A...
> @morgnism Hello! > > I'll dig deeper as soon as I can, however, the storybook app itself is built with React so it needs it as a dependency. I'll...