I have a custom add-on using @storybook/angular. Everytime some value changes within the add-on, the Angular component inside the current story should re-render, hence it should re-initialize completely.
I tried to use forceReRender() from @storybook/angular, but it seems to do nothing. When I choose another story and open the previous story again, the changes are applied since the component is re-initialized. Is there a possibility to achieve this from inside the add-on as well?