Josh Black
Josh Black
@hellojanehere my memory of this is that this would be a fix that could break usage downstream (see also: https://github.com/primer/react/pull/6292#issuecomment-3059330671) Next steps I think would be to have someone test...
@siddharthkp I think we'll want this to be more incremental (whatever batch size makes sense) because we might see the issue come up where someone used to pass something that...
@siddharthkp just wanted to share an idea for the migration if it would be of interest (also sorry about the delay!) We could have the rule off by default but...
Did a quick scan with Primer Query as a part of FR to try to evaluate scope of this change, some overall info: - Around 140 instances of `ActionMenu.Anchor` (cutting...
@siddharthkp what are you thinking would be the goal with test coverage? Is it just to have a better sense of our coverage or do we want a baseline setup?...
Definitely a good trick, would it make sense to add in as a helper (HOC or hook) with an example? Not sure how outdated this article is now but it...