a tool for shared writing and social publishing

suppress hydration warning on published date

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/PostHeader/PostHeader.tsx
··· 81 81 {record.publishedAt ? ( 82 82 <> 83 83 | 84 - <p> 84 + <p suppressHydrationWarning> 85 85 {new Date(record.publishedAt).toLocaleDateString(undefined, { 86 86 year: "numeric", 87 87 month: "long",