-
Notifications
You must be signed in to change notification settings - Fork 16
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
hx/f exceptions handlint #53
Comments
Also i find the same problem on other instances, when i pash string props. |
Can you explain a bit more how you’re ending up passing FWIW, passing |
Seems that select-keys returns a {nil nil} map when no keys are found but i am not sure, i remember correctly. |
In my REPL (latest CLJS):
I can perhaps add some support for string keys. Is there a reason you're using them specifically? |
when passing a nil value map {nil nil} (eg, when using select-keys with and the props have not been populated) with hx/f a doesn't support namespaces error occurs
The text was updated successfully, but these errors were encountered: