Jared Gentry

Results 5 comments of Jared Gentry

@esetnik had to slightly modify the pattern for me. This worked for me on a MacBook: ```json "jest": { "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\](?!(react-markdown|vfile|vfile-message|markdown-table|unist-.*|unified|bail|is-plain-obj|trough|remark-.*|mdast-util-.*|escape-string-regexp|micromark.*|decode-named-character-reference|character-entities|property-information|hast-util-whitespace|space-separated-tokens|comma-separated-tokens|pretty-bytes|ccount)).+\\.(js|jsx|mjs|cjs|ts|tsx)$" ] }, ```

I've converted to the new mui 5 syntax and it compiles, but I am unable to resolve the TypeScript error: `Object literal may only specify known properties, and 'MUIDataTable' does...

That's exactly what I was looking for, and it works! Thanks!

I am having the same issue. When trying to upgrade to `4.1.2`, the `MUIDataTable` styles are no longer being overridden by `@mui`, even after installing `tss-react`. I noticed there is...

Can this be merged? This would be extremely helpful for Python devs using this tool.