Refactor Anchored Region stories to remove non-null-assertions #5340
Closed
Description
As part of #5303 we added configuration to disallow non-null-assertions. Anchored region stories within fast-components
includes several non-null-assertions which should be fixed-up. This task exists to track the removal of the flag disabling that check and fix up the necessary code to remove the warnings.