This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-07
Channels
- # announcements (1)
- # babashka (31)
- # beginners (54)
- # biff (3)
- # calva (22)
- # cider (13)
- # circleci (1)
- # clj-kondo (6)
- # cljsrn (2)
- # clojure (113)
- # clojure-europe (58)
- # clojure-mexico (5)
- # clojure-nl (3)
- # clojure-uk (7)
- # clojurescript (81)
- # cursive (20)
- # datomic (33)
- # events (3)
- # fulcro (29)
- # introduce-yourself (1)
- # meander (78)
- # off-topic (60)
- # om-next (2)
- # podcasts-discuss (1)
- # re-frame (8)
- # reagent (5)
- # reitit (20)
- # remote-jobs (1)
- # shadow-cljs (24)
- # spacemacs (10)
- # sql (8)
- # tools-deps (22)
- # xtdb (16)
I updated the freeze repro project some. Instead of big maps it is now using many more, smaller maps. I did it to confirm to myself that the size of the maps is not what matters. TL;DR; The repro is now like so:
1. Have the debugger connected
2. Save changes to a file which requires enough definitions from other namespaces.
Freeze! You’ll see [React DevTools] Connection to RN closed
in the debugger and the app stops responding to taps. (Sometimes it crashes instead).
Linking the repo here as well: https://github.com/PEZ/AndroidCljsrnHotreloadFreeze