Tip: It's the step after the last dot that caused this error, not those before it.
<div:class='calendarClass'>
----
<context-menu-container>
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#ifmyOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
Tip: It's the step after the last dot that caused this error, not those before it.
<div:class='calendarClass'>
----
<context-menu-container>
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#ifmyOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
<templatev-if="events.length >0">
----
<el-timeline>
<el-timeline-item
----
v-for="(item, index) in events"
FTL stack trace ("~" means nesting-related):
:key="item.title+index"
- Failed at: #if item.getPSUIAction()?? [in template "TEMPLCODE_zh_CN" at line 680, column 132]
Tip: It's the step after the last dot that caused this error, not those before it.
<div:class='calendarClass'>
----
<context-menu-container>
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#ifmyOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
<templatev-if="events.length >0">
----
<el-timeline>
<el-timeline-item
----
v-for="(item, index) in events"
FTL stack trace ("~" means nesting-related):
:key="item.title+index"
- Failed at: #if item.getPSUIAction()?? [in template "TEMPLCODE_zh_CN" at line 680, column 132]