๐ฝCache
How to integrate emotion cache with TSS
By default, tss-react
uses an emotion cache that you can access with
If you want tss-react
to use a specific emotion cache you can provide it using
If you are using tss-react
with mui, be aware that mui and TSS can't share the same cache.
Also the caches used by mui should have be instantiated with "prepend": true
.
Using custom emotion caches impact how you setup SSR.
Last updated