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
suppress hydration warning on published date
awarm.space
5 months ago
bdf37956
e523da0d
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
PostHeader
PostHeader.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/PostHeader/PostHeader.tsx
···
81
81
{record.publishedAt ? (
82
82
<>
83
83
|
84
84
-
<p>
84
84
+
<p suppressHydrationWarning>
85
85
{new Date(record.publishedAt).toLocaleDateString(undefined, {
86
86
year: "numeric",
87
87
month: "long",