This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-12
Channels
- # adventofcode (6)
- # beginners (148)
- # boot (5)
- # calva (1)
- # cider (10)
- # cljdoc (10)
- # cljs-dev (8)
- # cljsrn (10)
- # clojure (180)
- # clojure-dev (24)
- # clojure-europe (2)
- # clojure-finland (1)
- # clojure-italy (32)
- # clojure-losangeles (1)
- # clojure-nl (40)
- # clojure-spec (10)
- # clojure-uk (44)
- # clojured (4)
- # clojurescript (88)
- # community-development (33)
- # core-async (7)
- # cursive (19)
- # datomic (98)
- # duct (3)
- # events (1)
- # figwheel-main (10)
- # fulcro (62)
- # leiningen (23)
- # luminus (18)
- # off-topic (19)
- # pedestal (6)
- # re-frame (46)
- # reagent (21)
- # ring (17)
- # ring-swagger (3)
- # shadow-cljs (94)
- # slack-help (9)
- # spacemacs (14)
- # sql (1)
- # testing (4)
- # tools-deps (14)
@juhoteperi Thanks for this! https://github.com/reagent-project/reagent/blob/master/examples/react-sortable-hoc/src/example/core.cljs
seems to be a problem with react-sortable-hoc
though? which is weird because they praise their wide compatibility
I get TypeError: invalid 'instanceof' operand window.TouchEvent[Learn More] react-sortable-hoc.inc.js:240:4
when trying to drag something
no. i just cloned the repository, cd'd into the sortable-hoc example and ran lein figwheel
to see if it works
deactivating browser addons didn't change anything. that's very weird. why does my Firefox have no TouchEvent?
i already did that. it actually seems to be disabled by default (or set to autodetect the feature): https://stackoverflow.com/a/25494516
and the instanceof check was removed from react-sortable-hoc
at some point: https://github.com/clauderic/react-sortable-hoc/issues/382