Skip to content

new configuration forceRemount property for decorator

Compare
Choose a tag to compare
@UpperCod UpperCod released this 15 Feb 03:33
· 3 commits to master since this release

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.