This message was deleted.
s
This message was deleted.
e
I am getting this:
Copy code
Type 'string | undefined' is not assignable to type 'Input<string>'.
got it
g
@eager-pillow-75917 do you mind sharing what you found in case others see this in the future?
l
Generally, an exclamation mark gets rid of undefined possibilities (by turning them into exceptions). Just put it after the variable on the RHS.