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
I recently went to port some code that was using a property like _internal, and that cannot be bound via ._internal="${whatever}". At first, I thought it would be better to allow it… but then I thought… it’s really not internal, it’s on the public interface. I am waffling a bit on how restrictive / flexible to be here.
The text was updated successfully, but these errors were encountered:
Attributes
Properties
Context
I recently went to port some code that was using a property like
_internal
, and that cannot be bound via._internal="${whatever}"
. At first, I thought it would be better to allow it… but then I thought… it’s really not internal, it’s on the public interface. I am waffling a bit on how restrictive / flexible to be here.The text was updated successfully, but these errors were encountered: