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
Use type markers to ensure type safety in components' XML templates (e.g. <expression>:<type>="value"). This would only be applied in dev or test mode and would throw an error if the evaluated expression does not return the intended type.
Proposition
Use type markers to ensure type safety in components' XML templates (e.g.
<expression>:<type>="value"
). This would only be applied in dev or test mode and would throw an error if the evaluated expression does not return the intended type.Example
The text was updated successfully, but these errors were encountered: