-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug in @use_state or incorrect usage? #16
Comments
Forgot to write the actual code (although it's shown in the video):
|
Well, using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm exploring this package through the documentation at https://juliapluto.github.io/PlutoHooks.jl/src/notebook.html
When attempting to use
@use_state
it seems that cells that referencestate
orset_state
are being constantly rerun/updated (see the cell runtime ticker going crazy in the video below). Am I using it correctly or arestate/set_state
supposed to be referenced only in the cell where they got created?https://github.com/user-attachments/assets/36bdc32d-917b-413b-a11a-421a4db343d5
Using
The text was updated successfully, but these errors were encountered: