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
The only situation where you really need multiple argument lists is for path-dependent argument types but this breaks Twirl's translation scheme because argument lists have to merged to implement play.twirl.api.TemplateX. An obvious fix would be not to extend a TemplateX class or generate a render method when multiple argument lists are used.
The text was updated successfully, but these errors were encountered:
The only situation where you really need multiple argument lists is for path-dependent argument types but this breaks Twirl's translation scheme because argument lists have to merged to implement
play.twirl.api.TemplateX
. An obvious fix would be not to extend aTemplateX
class or generate arender
method when multiple argument lists are used.The text was updated successfully, but these errors were encountered: