I ran my parse dashboard with following commands:
export PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1
npm run dashboard
I have a semi working parse dashboard, where I can click the first app and it leads me to the next page.
However, when I click the second app....the console on chrome gives me this error and wont let me progress to next page:
Warning: setState(...): Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.

Please help!
I ran my parse dashboard with following commands:
export PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1npm run dashboardI have a semi working parse dashboard, where I can click the first app and it leads me to the next page.
However, when I click the second app....the console on chrome gives me this error and wont let me progress to next page:
Warning: setState(...): Cannot update during an existing state transition (such as within
render). Render methods should be a pure function of props and state.Please help!