This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Store not update on layout when page change #978
Open
Description
Describe the bug
I am using store in different route and a layout. but when on route store is changed on layout its not updating.
To Reproduce
https://github.com/kapilpipaliya/sapper_store_reproduce
Expected behavior
when page is changed the store value in layout should be changed and layout html should be updated.