Key client layout component to ensure fully remounting when swapping layouts in the builder preview
This commit is contained in:
parent
0867c98c43
commit
5a6a40a80c
|
@ -65,7 +65,9 @@
|
|||
>
|
||||
<Provider key="user" data={$authStore} {actions}>
|
||||
<div id="app-root">
|
||||
<Component instance={$screenStore.activeLayout.props} />
|
||||
{#key $screenStore.activeLayout._id}
|
||||
<Component instance={$screenStore.activeLayout.props} />
|
||||
{/key}
|
||||
</div>
|
||||
<NotificationDisplay />
|
||||
<!-- Key block needs to be outside the if statement or it breaks -->
|
||||
|
|
Loading…
Reference in New Issue