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
Specifying return type of get<T> as T instead of dynamic (#310)
* Fixed the Parse().initialize's return value (#307)
* Release/1.0.26 - Update docs
* Updated Live Queries related documentation (#301)
* Fixed the parse initialize method
Parse().initialize returns a new instantiation of the Parse class, but it should return the initialized instance.
Co-authored-by: Phill Wiggins <[email protected]>
Co-authored-by: mregandla <[email protected]>
* Specified T return type instead of dynamic for get<T> method
Co-authored-by: James Brinkerhoff <[email protected]>
Co-authored-by: Phill Wiggins <[email protected]>
Co-authored-by: mregandla <[email protected]>
0 commit comments