Key client layout component to ensure fully remounting when swapping layouts in the builder preview

This commit is contained in:
Andrew Kingston 2021-06-17 13:20:29 +01:00
parent 0867c98c43
commit 5a6a40a80c
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@
> >
<Provider key="user" data={$authStore} {actions}> <Provider key="user" data={$authStore} {actions}>
<div id="app-root"> <div id="app-root">
{#key $screenStore.activeLayout._id}
<Component instance={$screenStore.activeLayout.props} /> <Component instance={$screenStore.activeLayout.props} />
{/key}
</div> </div>
<NotificationDisplay /> <NotificationDisplay />
<!-- Key block needs to be outside the if statement or it breaks --> <!-- Key block needs to be outside the if statement or it breaks -->