Andy Vo

Results 4 comments of Andy Vo

Should the new Status variant be based on the value of the number input? For example, it will only be success or warning (I didn't see a danger rendered) if...

per @thatblindgeye also removed backgroundImgAlt on the other examples

Firstly, in lines 37, 50, 63, and 76 of `TooltipOptions.tsx`, is this good practice? I was thinking of typing `updatedTrigger` as `let updatedTrigger: string[] = [];` as a result of...

The main issue I'm running into is lines 109 (`setPosition(selection)`) and 170 (`setFlipBehavior(selection)`). The error I am seeing is ``` Argument of type 'string | SelectOptionObject' is not assignable to...