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
Right now, variables created by handlebars templates are being added to component data that's persisted by kiln. Ideally, these variables should only live within the scope of the handlebars template and the component data stored by kiln's shared store should not include these values.