Yielding components with bound arguments as generics #576
Unanswered
vstefanovic97
asked this question in
Q&A
Replies: 1 comment
-
This seems to be caused by the same problem I described in #575 and is a bug |
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.
-
I am not sure if this is a bug or if I'm missing something.
We have a general purpose options component that accepts generic for options
And I may be yielding this component with bound options from a different component, but this results in an error
I would expect such use cases to work since if I am using foo somewhere for example here I would expect
option
to be of typenumber
if I omit
number
from theBlocks
infoo.ts
thenoption
will be of typeunknown
Not sure if this is a bug or I am missing something, if it is a bug I can create repo with reproduction steps or if I am missing something I could use the help
Beta Was this translation helpful? Give feedback.
All reactions