This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-01
Channels
- # announcements (1)
- # babashka (73)
- # bangalore-clj (7)
- # beginners (295)
- # calva (128)
- # chlorine-clover (3)
- # cider (9)
- # cljsrn (10)
- # clojure (63)
- # clojure-europe (11)
- # clojurescript (1)
- # clojureverse-ops (3)
- # conjure (3)
- # emacs (7)
- # fulcro (13)
- # graalvm (8)
- # honeysql (16)
- # jobs-discuss (14)
- # malli (21)
- # meander (8)
- # onyx (1)
- # pathom (7)
- # portkey (2)
- # quil (3)
- # re-frame (4)
- # reagent (31)
- # reitit (2)
- # rewrite-clj (40)
- # shadow-cljs (29)
- # sql (20)
- # xtdb (13)
Hi 👋 I'm running todomvc excample following the steps documented in the re-frame repository and I'm getting this error when loading the app in Chrome and Safari, am I doing anything wrong? Thanks
An error occurred when loading todomvc.core.js
ypeError: $jscomp.arrayFromIterable is not a function
at Function.memoizedFn [as isOnHashChangeSupported] (:8280/js/cljs-runtime/goog.memoize.memoize.js:36)
Hi guys, How do you handle uncaught errors in an event handler? Seems like React's error boundaries don't do the trick
From the FAQ: https://github.com/day8/re-frame/issues/231#issuecomment-249991378 I just listen for all uncaught errors and report them.
> https://github.com/day8/re-frame/blob/master/docs/FAQs/CatchingEventExceptions.md Ah, thanks. Ill have a read!