Matthäus Mayer
Matthäus Mayer
The TableBandHeader component can be used to achieve this. If you don't want to have the cascading look override the TableHeader's cell or row component to return null. Caveat: Plugins...
Would highly appreciate if this would be available. I tried the workaround but ended up in a loop where the Getter-Plugin's computed callback has been called over and over again....
Got that error, too. Issues are not activated in the fork project.
> [..] by chance do either of you have a reproduction that you can share? It would save me some time getting something setup. Thanks! Thanks for looking into it!...
Hi @jerelmiller, while building the sandbox (https://codesandbox.io/p/devbox/competent-stonebraker-srz7lp) we found out that jsdom 16.7.0 (which vitest has as a peer dependency to) introduced `AbortSignal.abort()` (see https://github.com/jsdom/jsdom/releases?q=16.7.0&expanded=true). We had exactly this version...
We got a similar error when running Jest and fixed it by adding the `cjs` file extension to `transformIgnorePatterns` of our `jest.config.js`.