Fork me on GitHub
#fulcro
<
2018-06-08
>
levitanong05:06:42

@wilkerlucio It appears that for fulcro-inspect to connect, i have to close the chrome dev console (cmd + alt + i) and open it again. If i have it open and refresh the page, it says “No app connected”

levitanong05:06:31

@wilkerlucio lol i’m on beta2. will update

wilkerlucio05:06:00

make sure the ext is at 0.0.6 too

levitanong06:06:21

@wilkerlucio that fixed it. thanks!

levitanong12:06:57

@tony.kay not sure if i’m going crazy: It appears that the CSS shorthand :.some-class.another-class$this-too prevents a component from getting server-side-rendered.

tony.kay15:06:00

Hm…open an issue and I can look into it

levitanong03:06:45

Will do when I get the chance

tony.kay04:06:54

Released a fix

levitanong12:06:48

;; ui-something won't be html-stringified
(dom/div :.foo
  (ui-something))

;; works
(dom/div {:className "foo"}
  (ui-something))

Chris Swanson14:06:00

@tony.kay looks good, thanks.

mitchelkuijpers15:06:51

@levitanong which version of fulcro are you running?

mitchelkuijpers18:06:32

Ok that's good, did you do the reader conditional require?

levitanong18:06:22

Yup! Did the whole dom-server dance

mitchelkuijpers18:06:18

Sorry then I don't know 😅

levitanong18:06:53

Haha! Well I hope Tony does!