Skip to content

How strong can I rely on internal structure of a vnode (production mode)? #10877

Discussion options

You must be logged in to vote

The VNode interface is part of the function signature of h(), which is a public API. So it will be stable. What could happen is that we add properties at some point, but we won't remove or rename them.

It's true that the interface could be better documented. You could bring this up in an issue in the docs repo

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@silentmantra
Comment options

Answer selected by silentmantra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants