Mathias Bothe

Results 3 comments of Mathias Bothe

I was (finally) able to successfully set breakpoints in my Jetbrains IDE to debug my NextJS app within my Nx workspace, without changing any Nx config files. I tested it...

For me it worked like this: I opened the old file `/graphqlconfig` ```json { "name": "My project GraphQL Schema", "schemaPath": "schema.graphql", "extensions": { "endpoints": { "Default GraphQL Endpoint": { "url":...

Issue still present in storybook 6.5.14. Looking forward to a fix. The following is a workaround that worked for me using yarn 3.x: 1. Add to `package.json`: ``` "resolutions": {...