syncweek-react-aad / react-aad

A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.
MIT License
344 stars 94 forks source link

Types not available #183

Closed xavisegura closed 4 years ago

xavisegura commented 4 years ago

Component does not provide types

image

AndrewCraswell commented 4 years ago

Thanks for filing, PR #182 should resolve this. I will push a hotfix shortly.

AndrewCraswell commented 4 years ago

Hotfix was released in version 2.2.6

xavisegura commented 4 years ago

Thanks!

AndrewCraswell commented 4 years ago

Actually, I missed one field, try version 2.2.7

Just tested and it passes type checking in a project consuming it.