-
-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:<- macro does not work across namespaces #207
Comments
I would make sure that
Let us know if that fixes it. |
@joshkh Given the error message you posted, you really, really need to be using clj-devtools https://github.com/binaryage/cljs-devtools. |
I'm about 100% sure Stu has answered your question. So I'm going to close this. Will reopen as necessary, but please direct support questions to clojurians. |
Something I'd like to add to this issue is that reg-sub is inconsistent as to when this will and will not work: Specifically, as in the example above, with one pair it fails, but if you have multiple pairs of |
@danielcompton perfect, thank you so much for the prompt reply! |
In the following example, using the
:<-
macro in themyapp.components.events
namespace causes re-frame to throw an exception stating that the:main/some-items
subscription handler cannot be foundThe text was updated successfully, but these errors were encountered: