Dereck Quock
Results
2
comments of
Dereck Quock
got this working by adding `@babel/plugin-transform-flow-strip-types` to `plugins` in babel config and I'm _not_ using the github action: ```sh - name: Danger JS run: npx danger ci env: GITHUB_TOKEN: ${{...
ah i finally got it working, but i needed to add `'use no memo'` to all files that import from `@tanstack/react-table` 😅