Adding TryFind to RenderedFragementExtensions #965
kylesiopiolosz
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
Hey @kylesiopiolosz, Thanks for suggesting a new functionality. Can you describe your use case or problem you solve for such a function? I am asking that because I am not sure what would change. Currently If this is the case, I am not sure if a general-purpose function like |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Would there be any opposition to adding the following method to the
RenderedFragmentExtensions?I find these sort of
TryDomethods nicer to work with and keeps the test cases that are being written cleaner, especially if you're testing for the presence / absence of a particular element.All reactions