MUI Theme module augmentation #6
severindemchuk
started this conversation in
General
Replies: 1 comment
-
Fix: I've now got it running. I had to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there 👋
I've noticed that you have extended your MUI theme using Module Augmentation in your
config-mui
package. In your tsconfigs for consuming packages and applications you have included the type filemui-theme.d.ts
with an absolute path. Is there a reason why you had to use absolute paths? I have a similar setup in my project and I'm struggling with type errors regarding my extended MUI theming.Beta Was this translation helpful? Give feedback.
All reactions