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
Trying to implement reagent style cursors just to see if it'll work and when passed to the flutter helperwidget :watch I receive this error:
widget
:watch
The following _CastError was thrown building _BodyBuilder: type 'RCursor' is not a subtype of type 'Atom' in type cast
I believe this means that add-watch and other atom related functions should be hinted to IAtom rather thanAtom
add-watch
IAtom
Atom
ClojureDart/clj/src/cljd/core.cljd
Line 2055 in 81a624a
The text was updated successfully, but these errors were encountered:
There should be no type hints at all here. And add-watch should just be an inline of -add-watch
-add-watch
Sorry, something went wrong.
f7d47cb
No branches or pull requests
Trying to implement reagent style cursors just to see if it'll work and when passed to the flutter helper
widget
:watch
I receive this error:I believe this means that
add-watch
and other atom related functions should be hinted toIAtom
rather thanAtom
ClojureDart/clj/src/cljd/core.cljd
Line 2055 in 81a624a
The text was updated successfully, but these errors were encountered: