Solutionunvalidated
I only need to call the alert when the page loads. — Into the render method I call the alert if some condition and showModals are true. Tension: I do not wan t to call the alert into the actions like delete, add and edit. Outcome: setState({ showTotals: false });.
43c43702-ce12-4de1-8a87-bb42f566b1a6
I only need to call the alert when the page loads. — Into the render method I call the alert if some condition and showModals are true. Tension: I do not wan t to call the alert into the actions like delete, add and edit. Outcome: setState({ showTotals: false });.