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 path in a FAST HTML template is only present in an expression chain such as for an f-when it does not create a _Changed on the constructor or get added to the generated schema.
💻 Repro or Code Sample
<f-whenvalue="{{ a.b }}"></f-when>
🤔 Expected Behavior
As with all paths, this should be added to the generated JSON schema as an object "a" with property "b".
🔦 Context
Currently attempting to use this functionality to hide/show a button.