This library add a simple elm-review
rule to prevent people from calling Html.text
with an empty string as a mean to show "nothing". It works best if you are already using elm-community/html-extra
rule : Review.Rule.Rule
This is the rule you should add to your elm-review process.
For details on how to add a rule to your setup, check here it's quite simple!