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 had a need to overwrite one of states of RenderRemoteData (RRD) that was passed within getRenderRemoteData (gRRD). but after a long offline discussion about PR expanding the model of RRD from cRRD ( #130 ) i realized, that i can use withDefaults (wD) instead of gRRD.
i believe we should use wD and deprecate gRRD
The text was updated successfully, but these errors were encountered:
i had a need to overwrite one of states of
RenderRemoteData
(RRD) that was passed withingetRenderRemoteData
(gRRD). but after a long offline discussion about PR expanding the model ofRRD
fromcRRD
( #130 ) i realized, that i can usewithDefaults
(wD) instead ofgRRD
.i believe we should use
wD
and deprecategRRD
The text was updated successfully, but these errors were encountered: