Getting raw json as output in react app in the browser

Viewed 14

I am building a blog app using mern stack.To fetch the data from backend i am using axios. For state management i am using react-redux. For the first time i open any page of, it renders correctly. Image below : enter image description here

And after auto-refresh i am just getting the raw data in the browser. like this :

enter image description here

I am getting this raw json output on every page. (not in the first rendering of the page).

0 Answers
Related