Quadux IT

Results 1 comments of Quadux IT

I was able to "solve" these errors with the following override configuration: ``` "overrides": { "mantine-react-table": { "@mantine/core": "^8.0.0", "@mantine/hooks": "^8.0.0", "@mantine/dates": "^8.0.0" } } ``` From what I can...