Open jakedcolbert opened 1 year ago
I think you can leave the current group store for now and just implement a navRef
which is the current navigation state. We determined that we can use the referenceStore
type for this since is always defaults to a valid reference. So it will have to be a store with just an object like:
export const navRef = writable({ book: '', chapter: '' });