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
Couple times I faced with an issue when I forgot to add second } in lookup expression in case of using string literal, something like that update(foo, `bar.{id:${item.id}`, item)
maybe it is possible to add warning message, eg "Seems you've forgotten to add } in lookup expression (...)"
The text was updated successfully, but these errors were encountered:
Couple times I faced with an issue when I forgot to add second
}
in lookup expression in case of using string literal, something like thatupdate(foo, `bar.{id:${item.id}`, item)
maybe it is possible to add warning message, eg "Seems you've forgotten to add
}
in lookup expression (...)"The text was updated successfully, but these errors were encountered: