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
Have been playing around with this. Something that might be of use which I am doing is wrapping the Repository class in a stronger typed wrapper - just so that you get better IDE support etc: Here I'm using a custom cast function - but you can achieve the same with return types eg Promise<T> etc
Have been playing around with this. Something that might be of use which I am doing is wrapping the Repository class in a stronger typed wrapper - just so that you get better IDE support etc: Here I'm using a custom cast function - but you can achieve the same with return types eg
Promise<T>
etcThe text was updated successfully, but these errors were encountered: