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
IN my react component i have a react data table. the data of which is fetched from axios get call. for testing of this component i have mocked the response which we get from axios get call . The mocked response is coming correctly but the table is coming empty . How to get the table rendered