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
When trying to use the SS views in my Java play implementation, I get the following templating error:
ambiguous implicit values:
both method requestHeader in object PlayMagicForJava of type => play.api.mvc.RequestHeader
and value request of type play.api.mvc.RequestHeader
match expected type play.api.mvc.RequestHeader
Are there any known solutions?
The text was updated successfully, but these errors were encountered:
On Tue, Jul 31, 2018 at 10:31 AM Jack Hopkins ***@***.***> wrote:
When trying to use the SS views in my Java play implementation, I get the
following templating error:
ambiguous implicit values:
both method requestHeader in object PlayMagicForJava of type =>
play.api.mvc.RequestHeader
and value request of type play.api.mvc.RequestHeader
match expected type play.api.mvc.RequestHeader
Are there any known solutions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#623>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA82-urQSkx7cGH958CuvMpE_hqlBSCUks5uMFwugaJpZM4VoQjN>
.
When trying to use the SS views in my Java play implementation, I get the following templating error:
ambiguous implicit values:
both method requestHeader in object PlayMagicForJava of type => play.api.mvc.RequestHeader
and value request of type play.api.mvc.RequestHeader
match expected type play.api.mvc.RequestHeader
Are there any known solutions?
The text was updated successfully, but these errors were encountered: