Fork me on GitHub
#re-frame
<
2018-08-30
>
urbanslug18:08:20

@gadfly361 Dude, thanks a ton!

gadfly36118:08:55

@urbanslug you're welcome? Though not sure what for 😂

danielglauser18:08:28

Does anyone have re-frame 0.10.5 working with reagent 0.8.1?

mikerod20:08:04

@danielglauser that is the same versions I’ve been using together fine.

4
danielglauser20:08:09

@mikerod Are you using the :<> syntax for React Fragments?

mikerod20:08:36

I haven’t been, but I’d think it’d work fine if you were using reagent and an appropriate version of React (16+ I believe)

mikerod20:08:42

what sort of issue have you seen?

danielglauser20:08:15

@benzap ☝️:skin-tone-2:

benzap20:08:56

I've been having issues getting the React Fragments working. I've tried it with the latest cljsjs/react version which is 16+

benzap20:08:33

in my :dependencies

benzap20:08:18

It's possible i'm just not using React Fragments correctly. I did something similar to:

mikerod20:08:26

@benzap what sort of error were you seeing?

benzap20:08:21

I'll try and make an example project which reproduces the error

mikerod21:08:48

just anymore info may be helpful

mikerod21:08:54

maybe you aren’t using it right though

benzap21:08:58

So I made a test project, and it works

benzap21:08:14

So something else must not be agreeing with it

mikerod21:08:59

yeah, maybe make sure you clean all your state when testing your real stuff

mikerod21:08:12

maybe you just have some stale environment state