Fork me on GitHub
#fulcro
<
2019-09-01
>
tony.kay19:09:00

For those trying out F3. You may want to turn off workspaces while you’re getting going. Workspaces pulls in f2 and f3 on your classpath, and it is very easy to get confused and use the wrong version of something. I really don’t recommend having both on the classpath: not that they’ll break anything per-se, but if you use f2 code with f3 things will just fail to work in very strange ways. I just personally spent an hour debugging a “problem” with data targeting…the problem: I was using an f2 function with f3 by accident.

tony.kay19:09:36

And if it is happening to me, it’s going to happen to you 😕

tony.kay20:09:02

I’ll look into helping port ws forward to prevent this frustration, but it isn’t my project….

tony.kay20:09:58

OK, that didn’t take long. Working with nubank on a deployment of a Fulcro 3-only workspaces to prevent this problem for users.

👏 16
tony.kay21:09:44

TEMPORARY clojars coordinate until nubank has time to review: [com.github.awkay/workspaces "1.0.0-RC1"]

mitchelkuijpers09:09:38

Thanks Tony very helpful, we finally started the migration this week!