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 hate asking for these updates (Wish I knew how to do this myself so I could contribute) but would it be possible to update this?
Screenshot shows the scope that get's set incorrectly.
if (typeof onFocus === "function") {
onFocus(event);
}
the scope of the if statement is source.js meta.declaration.variable.js.fjsx15 meta.function.js.fjsx15 meta.block.js.fjsx15 meta.conditional.js.fjsx15 meta.group.js.fjsx15 meta.object-literal.js.fjsx15 meta.block.js.fjsx15 meta.function-call.js.fjsx15 variable.function.js.fjsx15
I hate asking for these updates (Wish I knew how to do this myself so I could contribute) but would it be possible to update this?
Screenshot shows the scope that get's set incorrectly.
the scope of the if statement is
source.js meta.declaration.variable.js.fjsx15 meta.function.js.fjsx15 meta.block.js.fjsx15 meta.conditional.js.fjsx15 meta.group.js.fjsx15 meta.object-literal.js.fjsx15 meta.block.js.fjsx15 meta.function-call.js.fjsx15 variable.function.js.fjsx15
without optional chain bracket acces it's
source.js meta.declaration.variable.js.fjsx15 meta.function.js.fjsx15 meta.block.js.fjsx15 meta.conditional.js.fjsx15 keyword.control.conditional.js.fjsx15
The text was updated successfully, but these errors were encountered: