Open cdevelin opened 3 months ago
While I agree with the logic that every toast should have a title, if you look at the documentation, it states that the message
parameter is required, and the title
parameter is optional. This is a little confusing, I know.
For a single line of text in the toast, the standard usage is to only supply a message
value, and not include a title
parameter. The message
value is then displayed in the large text size inside the toast.
Steps to reproduce the behavior:
Expected behaviour
Flow should show a simple toast action with a title, but no detailed message. e.g. 'Test'
Actual behaviour
Flow crashes, with the log error:
Error element Info_Toast (FlowActionCall). Action failed: c:showToast$controller$invoke [Cannot read properties of undefined (reading 'toLowerCase')]