-
Hi, We're using ThemeUI in a TypeScript React project, and our component tree kinda looks like this:
So, we separate as many styles as we can into that
Now, when we do this for all the styles we're using in
Then, simply by removing these imports, and pasting the
... the problem goes away and the project compiles fine, with the only difference being that we no longer import Is there some known memory-heavy condition of Different things we've tried:
No cigar. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Another thing we're doing is composing SxStyleProps objects like so:
Is this the wrong way to go about it? |
Beta Was this translation helpful? Give feedback.
Another thing we're doing is composing SxStyleProps objects like so:
Is this the wrong way to go about it?