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
feat(templates): trim result of template function. (arendjr#210)
Before if tpl function returned whitespace before root element eg.
` <div class="mySuperDropdownTpl"></div>`,
then it caused a runtime error.