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
In the screenshot below, object method name options is equal to the name of the first argument options. It seems that the first line in the function body (const { input } = options) was wrongly transformed.
In the screenshot below, object method name
options
is equal to the name of the first argumentoptions
. It seems that the first line in the function body (const { input } = options
) was wrongly transformed.Code
However, if I slightly change the first line statement, it turns fine:
Code
The text was updated successfully, but these errors were encountered: