From 1d80c07bf95acaf946b387fe8f58354a5ac49ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Wed, 24 Jun 2026 22:54:40 +0200 Subject: [PATCH] Trying to fix visual test under node 24 --- src/changelog.tsx | 2 +- src/intro.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changelog.tsx b/src/changelog.tsx index 3e1f2a7..05bad11 100644 --- a/src/changelog.tsx +++ b/src/changelog.tsx @@ -68,7 +68,7 @@ export function Changelog() { setOpen(!!changes); updateSeenVersion(); })(); - }); + }, []); return ( diff --git a/src/intro.tsx b/src/intro.tsx index 545a4e0..0d48a8b 100644 --- a/src/intro.tsx +++ b/src/intro.tsx @@ -27,7 +27,7 @@ function Contents() { setChangelog(await getChangelog(1)); updateSeenVersion(); })(); - }); + }, []); return ( <>