We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955136 commit fc2f5ebCopy full SHA for fc2f5eb
docs/error.md
@@ -39,7 +39,7 @@ switch (response) {
39
->Belt.Option.getWithDefault("Network error")
40
->React.string}
41
</div>
42
- | {graphQLErrors: Some(gqle)} =>
+ | {graphQLErrors: gqle} when gqle->Belt.Array.length > 0 =>
43
<div>
44
{gqle
45
|> Array.to_list
0 commit comments