DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.
https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/
MIT License
126 stars 104 forks source link

How update react-redux to version 7 #19

Closed FelipeMartini closed 4 years ago

FelipeMartini commented 4 years ago

Hi,

im trying to merge my app into architectui but my app use react-redux 7 and architectui use version 5, so how i can update architectui to use react-redux 7?

my app use redux function useDispetch so i need version 7, can some one help me?

if i update the package react-redux to version "react-redux": "~7.1.3", of my app i get no erros in console but just a blank page screem,

Help me plz

DPTeamMember commented 4 years ago

Hello @felipetmartini1

react-redux 7 requires React 16.8.3 or later. Please check your react version. The theme is working with react-redux 7. Also i suggest you to use "react-redux": "7.2.0".

Thank you.

subhashDeCrew commented 4 years ago

hey@DPTeamMember and dpackdev Hey still useDispatch function is not working. i am using react version 16.13.1 and react-redux version 7.2.

Please check once