Alex

Results 4 issues of Alex

### Current Behavior When generating cypress component test config for next using `nx generate @nx/next:cypress-component-configuration` it creates the following cypress.config.ts ``` import { defineConfig } from 'cypress'; import { nxComponentTestingPreset...

type: bug
scope: nextjs
scope: testing tools

### Describe the bug If I create `tanstack-table.d.ts` file under `types/` folder, it doesn't work and column meta is still not typed (it is of type `unknown` to be precise`)...

First of all, thank you for your example, it helped me to get at least something from relay (as docs are sometimes controversial and not clear). I found that in...

### Current Behavior When trying to run nx component-test --watch it fails with ``` error: unknown option: --watch ``` I can reproduce it both on new and existing project. As...

type: bug
blocked: retry with latest
scope: testing tools
stale