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
When a user tries to ftl.call a verb that is not exported, it isn't obvious to the user what they need to do to resolve the error. Should we add a message like
Currently the message(s) are:
call first argument must be a function but is an unresolved reference to time.Internal
call first argument must be a function in an ftl module
Should we update to something like:
call first argument must be a function but is an unresolved reference to time.Internalftl, does is need to be exported?
call first argument must be a function in an ftl module, does it need to be exported?
When a user tries to
ftl.call
a verb that is not exported, it isn't obvious to the user what they need to do to resolve the error. Should we add a message likeCurrently the message(s) are:
Should we update to something like:
The text was updated successfully, but these errors were encountered: