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
Currently there is no type declaration for JSONGrid props, it is declared as any. There are many more cases where type declaration is done as any. So by improving type declaration there would be less chance of error by user.