-
|
Before create an issue I would like to understand if the next warning could be resolved here: I have this interface with two ways of declaring a function: export interface HelloWorldProps {
msg?: string;
onClick?(): void;
onFocus?: () => void;
}Only If I use an arrow function it works. Example: |
Beta Was this translation helpful? Give feedback.
Answered by
sxzz
Jan 25, 2023
Replies: 1 comment
-
|
Fixed, try the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sxzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed, try the latest version.