You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then Args look like this: type Args = Either<A,B> which works fine when component is invoked, but in the components own template it fails to resolve the args, or rather it resolves all to never
This discussion was converted from issue #593 on July 31, 2023 22:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it somehow possible to have external & internal args type definitions?
I have a component where some properties are mutable exclusive and have a type def for it like:
then
Args
look like this:type Args = Either<A,B>
which works fine when component is invoked, but in the components own template it fails to resolve the args, or rather it resolves all tonever
Beta Was this translation helpful? Give feedback.
All reactions