Build Random Quote Machine- issue with react-redux import

Hello campers!
I have completed the Random Quote Machine project using only React. Now I was integrating Redux in it. I added redux code into it. But my component wasn’t rendering. I then commented all of the redux code and still the component wasn’t rendering with only React . When I commented out the 'react-redux ’ import, finally my component got rendered again like before. I have checked the browser console and got two errors with the import statement but the I don’t have any idea what they’re about.

this is my code :

When you comment out the react-redux import , the component gets rendered.

Done that but still no luck.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.