Values do not match:
let use: (.
RescriptRelay.fragmentRefs<[> #DailyQuestion_verification]>,
) => DailyQuestion_verification_graphql.Types.fragment
is not included in
let use: RescriptRelay.fragmentRefs<
[> #DailyQuestion_verification],
> => DailyQuestion_verification_graphql.Types.fragment
module VerificationFragment = %relay(`
fragment DailyQuestion_verification on Verification {
... on VerificationData {
id
unique
contextIds
}
... on BrightIdError {
error
}
}`)
OK I can repro it in my own repo, I’m not even sure it’s related to uncurried mode.
I have no idea what could cause this message that doesn’t mean anything:
In module Fragment:
Values do not match:
let use: RescriptRelay.fragmentRefs<
[> #Dashboard],
> => Web.Dashboard_graphql.Types.fragment
is not included in
let use: RescriptRelay.fragmentRefs<
[> #Dashboard],
> => Web.Dashboard_graphql.Types.fragment