primefaces / sakai-react

Free React Admin Template
https://sakai.primereact.org
MIT License
849 stars 553 forks source link

Got 3 errors when you try to refresh the login page #43

Closed ahmadrahmat closed 1 year ago

ahmadrahmat commented 1 year ago

I got these errors when i try to refresh the login page. can you guys help me?

Screenshot 2023-03-23 044941 Screenshot 2023-03-23 044926 Screenshot 2023-03-23 044905

UrielMartinez21 commented 1 year ago

Igual a mi me parece esos errores, ¿Aun no se soluciona?

gesangseto commented 1 year ago

any update?

ahmadrahmat commented 1 year ago

any update?

still no update yet

gesangseto commented 1 year ago

The error will disappear if you remove the button, because the problem is with the button

try to change <Button label="Sign In" className="w-full p-3 text-xl" onClick={() => router.push('/')}></Button> with your button from html/react, eg: <button className="w-full p-3 text-xl" style={{ borderRadius: 10, backgroundColor: 'blue', color: 'white', borderColor: 'blue' }}>Sign In</button>

gucal commented 1 year ago

It has been fixed: https://github.com/primefaces/sakai-react/commit/a5040fe6ec163f4039d01858c291268ab1ce5fe3