Error when notifying relay rule during onDestroy

Description

A case was encountered in the SJRK project where a relayed update resulting from a change triggered during an onDestroy listener received a bare exception.

The setup is as follows - a parent "sjrk.storyTelling.blockUi.editor.withFileUploader" contains a "singleFileUploader" as follows:

where the uploader attempts to reset a piece of model state during onDestroy:

The total count of these states is relayed up the tree by the means of the following distribution:

Instead, during standard teardown of the entire component tree at the end of an IoC testing fixture, the user receives a bare exception as shown in the attached picture.

This code has been checked in to https://github.com/jobara/sjrk-story-telling/tree/SJRK-289-onDestroy/src and the state shown can be seen in a standard test run.

Whilst the intention of the "middle-era" framework was for the component tree to be "nulled" at the point of destruction, so that it can no longer have side effects, this is clearly a legitimate use case that can't currently be covered by other means.

Whilst we have an intention to eliminate the use of lifecycle events such as "onCreate/onDestroy", there is currently not a replacement modelRelay definition style that is capable of integrating up model state as required. Rather than the individual update listener options distribution as shown above, there should be a new modelRelay syntax that allows an entire class of model state to be directly addressed via IoCSS syntax.

We should ensure that all relay definitions continue to function during teardown by reordering the operations in instantiator.clearComponent.

Environment

None

Attachments

1

Activity

Show:

Details

Assignee

Reporter

Components

Priority

Created October 21, 2020 at 12:43 PM
Updated June 21, 2021 at 3:29 PM