-
Hello, I am trying to implement a React component that holds an Here is an example: TS playground example My problem is on the line 28. I am trying to extract the Also, I don't know if it's really a problem with boxed, or if it's more related to ts-pattern. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@drazik This seems to be a |
Beta Was this translation helpful? Give feedback.
@drazik This seems to be a
ts-pattern
issue when the value is of typeany
. See this demo