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
With version 4.2.0, I'm seeing the error in Chrome's console: Duplicate parameter name not allowed in this context
With both the minified and not minified versions.
It appears to be the duplicate template param on lines 552 and 751: function render (template, view, partials, template)
The text was updated successfully, but these errors were encountered:
With version 4.2.0, I'm seeing the error in Chrome's console:
Duplicate parameter name not allowed in this context
With both the minified and not minified versions.
It appears to be the duplicate
template
param on lines 552 and 751:function render (template, view, partials, template)
The text was updated successfully, but these errors were encountered: