v79 / Cantilever

Creating a cloud-first static website generator using AWS servers such as S3 and Lambda. Transforms markdown files into HTML.
2 stars 0 forks source link

Navigating between pages must clear various stores, like contentStore #76

Closed v79 closed 7 months ago

v79 commented 7 months ago

If I edit and save a post, then navigate to the pages screen, contentStore still contains the metadata for the post object. This crashes on SectionTabs (temporarily fixed) and shows bad information on the screen.

When navigating between /, /posts, /pages, /media etc, clear contentStore and perhaps others.