a tool for shared writing and social publishing

don't keep previous data in interactions sidebar in feed

+1
+1
app/(home-pages)/reader/InteractionDrawers.tsx
··· 52 52 }); 53 53 return res; 54 54 }, 55 + { keepPreviousData: false }, 55 56 ); 56 57 57 58 if (!props.selectedPost || !props.selectedPost.document) return null;