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
this is a known issue with handlebars RC3, but it should is fixed in handlebars RC4. If you can quickly confirm that would be lovely, and If the issue persists I will gladly reopen at that time gladly reopen.
I ran into a very strange issue working with handlebars that is best shown via code. This first snippet is the code which worked.
This second snippet of code erroneously produced two inputs or divs with class "left", when logically, the output should have been the same as above.
The first would result in:
And the second would result in the following (note that both input elements have the class "left"):
This result was obtained with version 1.0.0 RC3.
The text was updated successfully, but these errors were encountered: