I fixed it to also apply the filter on the dynamic styles as it didn't work as expected on the Info component from the DS:
Info View
Info Text
...
textOverflow < ellipsis
Also I changed the check to make use of node.name as in this case the node.is was Info and it wouldn't apply this rule. Let me know if you think it makes sense or I may have missed something.
I fixed it to also apply the filter on the dynamic styles as it didn't work as expected on the
Info
component from the DS:Also I changed the check to make use of
node.name
as in this case thenode.is
wasInfo
and it wouldn't apply this rule. Let me know if you think it makes sense or I may have missed something.