Javascript – Ojects are not valid as a React child (found: [object Response]) when using react redux
I am building a react application with Django rest framework (Djoser) for athentication. Now to manage authentication I am using react redx. bt somehow getting this error when passing stattoprops using connect method. not sre where exactly the error is.…