WaspW
Wasp17mo ago
Gwaggli

Custom Type Declarations

I am trying to extend my @mui/material configuration and thus als its type declarations.
When adding a declaration file mui.d.ts or mui.ts my local development works just fine (IDE Support and
wasp start
starts the server without problems) but when I try to deploy my app, the Typedefinition seems to get lost as i get the Error Property <MyAddedProperty> does not exist on Type XY. Any Idea how I can make this work?
Was this page helpful?