Content
View differences
Updated by Kabiru Mwenja over 2 years ago
Given the modal is stored in the session, if the session was never resolved- it can lead to an unhandled server error/ crash if the project storage is deleted or it can load in erroneous periods.
crash. For failsafe, do the following:
* Clean up the modal from the session as soon as it's rendered
* Have the component check if it has a valid storage before attempting a render
* Clean up the modal from the session as soon as it's rendered
* Have the component check if it has a valid storage before attempting a render