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
Use a Symbol for detecting instances of FluentType (#98)
Some bundlers make instanceof unreliable. Use a static
FluentType.isTypeOf method to detect instances of FluentType via
a $$typeof field and a 'FluentType' symbol.
0 commit comments