From 461c0f90f3c90d36caa0ea043918d2a0ea330104 Mon Sep 17 00:00:00 2001 From: Andrew Tatomyr Date: Fri, 14 Nov 2025 18:23:09 +0200 Subject: [PATCH] docs: update makeOnce docs and refactor usage of makeOnce in playground --- README.md | 23 ++++++++++++----------- src/once.ts | 6 +++--- src/playground/components/editor.ts | 6 ++++-- src/playground/index.ts | 4 +--- 4 files changed, 20 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6465738..e810bb5 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ const wrongCounter = () => { return render`
Counter: ${COUNT}
-