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
inside the component tree, we are using reference as identifiers. inside the vdom tree we are using flag. this feels a bit inconsistent.
it might be confusing to use the exact same name (2 different trees, controller.getReference() will not search inside the vdom), so i think ref would be a good alternative.
The text was updated successfully, but these errors were encountered:
minor breaking change.
inside the component tree, we are using
reference
as identifiers. inside the vdom tree we are usingflag
. this feels a bit inconsistent.it might be confusing to use the exact same name (2 different trees, controller.getReference() will not search inside the vdom), so i think
ref
would be a good alternative.The text was updated successfully, but these errors were encountered: