-
Please tell me what is the best way to write something like this so that there is no error? (use of moved value:
|
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Oct 27, 2022
Replies: 2 comments 4 replies
-
Is it ok to use
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lukechu10
-
@lukechu10 The accepted solution does not work anymore in sycamore >= 0.9.0-beta2, since create_ref was removed from sycamore_reactive. How would we handle this now? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it ok to use
create_ref
like this?