We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was a previous issue opened #253
Using the following snippet taken for one of the examples and simplified:
(rum/defc value < rum/reactive [*ref] [:code (pr-str *ref #_(rum/react *ref))]) (rum/defc inputs2 [] (let [*ref (atom 1)] [:dl [:dt (value *ref)]]))
*ref is printed as #js {"0" #object[cljs.core.Atom {:val 1}]}
in previous versions, it would be #object[cljs.core.Atom {:val 1}]
#object[cljs.core.Atom {:val 1}]
The text was updated successfully, but these errors were encountered:
Is it broken in ClojureScript 1.11.60 still?
Sorry, something went wrong.
Prints #object[cljs.core.Atom {:val 1}] for me on 1.11.60
No branches or pull requests
There was a previous issue opened #253
Using the following snippet taken for one of the examples and simplified:
*ref is printed as #js {"0" #object[cljs.core.Atom {:val 1}]}
in previous versions, it would be
#object[cljs.core.Atom {:val 1}]
The text was updated successfully, but these errors were encountered: