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
Let's have another pass over things like ReactInstanceManager and ReactPage. Make things fully async where they should be. Having async void bit us on a couple unit tests and I can see it doing the same to power users who want to set up their own ReactInstanceManager embedded within a UWP app.
This includes sealing classes as appropriate, and making anything that does not need to be public internal.
The text was updated successfully, but these errors were encountered: