Replies: 1 comment
-
Do you have a reproduction of this? Struggling to understand what you mean. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Title may be a bit ambiguous, but I don't know how else I'd explain it. In my component library, I have 2 components:
<Input />
and<Autocomplete />
(which is importing<Input />
). Both of them have their styles defined using thedefineSlotRecipe
and when I'm using<Input />
by itself it works just fine, but when I'm using<Autocomplete />
the classes for the innerInput
component are not generated at all. As soon as I import<Input />
somewhere else in the codebase, the classes are generated and now<Autocomplete />
looks fine again.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions