PacktPublishing / Full-Stack-React-Projects-Second-Edition

Full-Stack React Projects - Second Edition, published by Packt
MIT License
452 stars 541 forks source link

SOLVED_____________chapter 7 - {"error":"Error: Material-UI: capitalize(string) expects a string argument."} #105

Closed adrian-gvr closed 2 years ago

adrian-gvr commented 3 years ago

/client/core/Menu.js In place of this code: {/ <Button color={isActive(history, "/cart")}> /}

i inserted this other code: <Button style={isActive(history, "/cart")}>

packt-pradeeps commented 2 years ago

Thank you for sharing this improvement