From 2a37bb45de6296a6e530de943c1502d375eb5c00 Mon Sep 17 00:00:00 2001 From: Will Acton Date: Tue, 16 Apr 2024 13:30:13 -0700 Subject: [PATCH] fix check for js/Symbol --- src/helix/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helix/core.cljs b/src/helix/core.cljs index fcf3745..ad01d35 100644 --- a/src/helix/core.cljs +++ b/src/helix/core.cljs @@ -9,7 +9,7 @@ (:require-macros [helix.core])) -(when (exists? symbol) +(when (exists? js/Symbol) (extend-protocol IPrintWithWriter symbol (-pr-writer [sym writer _]