Open JackHopkins opened 6 years ago
Do you have a sample that produces the error?
On Tue, Jul 31, 2018 at 10:31 AM Jack Hopkins notifications@github.com 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 https://github.com/jaliss/securesocial/issues/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?