Exposing NodeRef from ComponentRef<T> #365
-
Hi! Is there any particular reason why the Are there any caveats? I am pretty new both to Leptos and web UIs so I might be missing something here. |
Beta Was this translation helpful? Give feedback.
Answered by
luoxiaozero
Jan 19, 2025
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
myypo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NodeRef
is associated with DOM and requires the implementation of ElementType.ComponentRef
is only used to export the internal methods of the component and does not need to implementElementType
.