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 doing useOpt we need to account for whether the fragment itself is optional too. Right now we get option<option<fragment>> in that case, but we should just get option<fragment>.
The text was updated successfully, but these errors were encountered:
When doing
useOpt
we need to account for whether the fragment itself is optional too. Right now we getoption<option<fragment>>
in that case, but we should just getoption<fragment>
.The text was updated successfully, but these errors were encountered: