You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With respect to the native UI tree and even node map. We basically are generating a reflection-like set of descriptors which the host adapter is using to manipulate the native UI tree and node map. But the two should not be coupled directly as they are now.
The protocol mismatch handler should also be implemented by the host adapter as it queries the descriptor, not directly in the code gen.
Writing this down so I don't forget...
The text was updated successfully, but these errors were encountered:
With respect to the native UI tree and even node map. We basically are generating a reflection-like set of descriptors which the host adapter is using to manipulate the native UI tree and node map. But the two should not be coupled directly as they are now.
The protocol mismatch handler should also be implemented by the host adapter as it queries the descriptor, not directly in the code gen.
Writing this down so I don't forget...
The text was updated successfully, but these errors were encountered: