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
I think all things that can be read, which might just be fragment references, but could also be other things, should probably implement the following interface:
Depends on #273.
I think all things that can be read, which might just be fragment references, but could also be other things, should probably implement the following interface:
and we should only encounter fragment references as items of this interface, not as concrete fragment references.
All APIs (e.g. useResult, FragmentReader, etc.) should accept items of this interface, not fragment references directly.
The text was updated successfully, but these errors were encountered: