DEV Community

Discussion on: The neatest way to handle alert dialogs in React 🥰

Collapse
 
cargallo profile image
cargallo • Edited

Auto answering this.... changing this line solves the problem.

<DialogTitle id="alert-dialog-title">{title ? title : ""}</DialogTitle>