Fork me on GitHub
#clojurescript
<
2016-08-07
>
porglezomp18:08:44

I asked on the reagent channel, but it seems like it might be a more general React problem, so I’ll ask here as well. I’m trying to use React-PIXI with Reagent, but I’m getting an Invariant Violation on an extremely simple app (one component). I’ve asked as a Stack Overflow question here: http://stackoverflow.com/questions/38810624/react-pixi-and-reagent-cause-an-invariant-violation If anyone has time to try to reproduce this / help debug this, that’d be really great.

miikka20:08:16

@porglezomp: for what it's worth, I tried the code from your SO question and didn't get an error. All I got was a green box and a couple of warnings in the console.

maxov21:08:14

Are there any great libraries for visualization a-la d3 for clojurescript? I’ve seen c2 but that seems to be deprecated

porglezomp21:08:51

@miikka: It started magically working for me, I think I’m dealing with dependency problems.