tss-react
tss-react copied to clipboard
✨ Dynamic CSS-in-TS solution, based on Emotion
I wish to use MUI with TSS-react in Next.js with experimental-edge enabled. This results in the following error: [Error: `getInitialProps` in Document component is not supported with the Edge Runtime.]...
Hey, I am currently converting on app over to use Next.js / TSS, we have a bunch of styling that is done dynamically using `classNames` Now I have something like...
We are getting obscure typescript errors when using mixins and we have no idea how to fix this: Please see the following code, where we mix in theme.mixins.toolbar ```ts const...
We're upgrading from v3 to v4 and are happy to find the new feature, but we found some problem with TypeScript. In our old implementation, we call it `useStyleExtends` and...
Hello @andarist, I'm very sorry to bother you but I have this burning question I wanted to ask you for weeks. Is there a world where `tss-react` is compatible with...
The problem is that the component `` is not setting css classNames at all. My structure is the following taken from the documentation: ``` import createCache from "@emotion/cache"; import {...
## Problem Statement Hello. It appears that TSS [`withStyles`](https://docs.tss-react.dev/api/withstyles) strips out properties attached directly to the component that it modifies. For example: it's a common practice in MUI to add...
I'm currently using Nextjs 15.2.2 with MUI 6.4.7 and tss-react 4.9.15. I am getting the error assert is not defined when calling useStyles() in a component which is marked "use...