tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
don't keep previous data in interactions sidebar in feed
awarm.space
1 month ago
96f8d6bd
26b286f8
+1
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
reader
InteractionDrawers.tsx
+1
app/(home-pages)/reader/InteractionDrawers.tsx
···
52
52
});
53
53
return res;
54
54
},
55
55
+
{ keepPreviousData: false },
55
56
);
56
57
57
58
if (!props.selectedPost || !props.selectedPost.document) return null;