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
I've removed the incorrect portion, and added a ": void" to complete the function signature (if not, typescript throw a 7020 error) for an implicit "any" return type)
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello,
Maybe i'm mistaken but it seems to me like there's an error in the snippet defineEmitsTS.
Currently, you have :
The problem is the ": ${5:type}" :
the line should be IMO like this :
I've removed the incorrect portion, and added a ": void" to complete the function signature (if not, typescript throw a 7020 error) for an implicit "any" return type)
Thanks in advance !
The text was updated successfully, but these errors were encountered: