Getting styles for flex* props should return whatever was passed to the corresponding setter #421
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
YGNodeStyleGetFlexShrink()
for example does not always return what was set inYGNodeStyleSetFlexShrink()
. This is due to these being computed based on the shorthandflex
property. This should however be more of an implementation detail and a style getter should always return what was passed to the setter.I'll give this a go 🔨