-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression[3.0.2]: partials not working as intended after upgrading to version 3.0.2 #712
Comments
Thanks a lot for reporting! 👍At first glance, this sounds like something we should be able to reproduce in a unit test, both for the sake of fixing it ASAP and to ensure it doesn't happen again later. |
For future reference, this regression got introduced by #705 |
v3.0.3 just got published to npm with a fix for this regression. Thank you so much for your contributions! Both for reporting it and the added test cases were especially valuable! 💯 |
I can confirm the fix works. |
Hi,
after upgrading to mustache.js 3.0.2 a component of my application failed to render a template which uses partials.
I copied the affected parts of the application into a JSFiddle (https://jsfiddle.net/z1jq2pu5/13/) to reproduce the error. The current result of the fiddle looks like:
With version 3.0.1 it looked like (can be reproduced by simply changing the CDN URL which includes mustache.js into the JSFiddle):
My application breaks with a message (which I can't reproduce in the JSFiddle somehow), may be helpful:
Seems like the tags of the partial aren't parsed correctly
The text was updated successfully, but these errors were encountered: