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
Using invariant imported with the following two patterns fails opposite depending on how we run the build (either as unit-tests under jest, or as a react-native view on android).
import*asinvariantfrom"invariant";
importinvariantfrom"invariant";
Swapping the import from one to the other enables/disables using invariant in the opposite target.