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
For TypeScript v3 or higher we should be using unknown as a type instead of any when we can't find an appropriate type to map to. You can view the TypeScript PR that introduces unknown and its purpose here.
For TypeScript v3 or higher we should be using
unknownas a type instead ofanywhen we can't find an appropriate type to map to. You can view the TypeScript PR that introducesunknownand its purpose here.PR incoming....