casbin / casbin-hub

The hub for Casbin
https://dashboard.casbin.com
Apache License 2.0
87 stars 46 forks source link

Updated the deprecated componentWillMount #62

Closed Ishaan28malik closed 4 years ago

Ishaan28malik commented 4 years ago

Description : Updated with componentDidMount

Instead of componentWillMount, use a constructor for the stuff that doesn't produce side-effects, and use componentDidMount for the stuff that does.

Updated componentWillMount which is deprecated in the following react version

Please ensure Checkmark the following :