new configuration forceRemount property for decorator
The forceRemount property set to true allows maintaining the traditional @storybook/web-components model of unmounting and mounting the node before each storybook update.
by default forceRemount in order to prevent the component from being mounted and unmounted as it happens by default when using @storybook/web-components.