Open
Description
The changelog of TwigComponents mentions that cva
is deprecated in favor of html_cva
of twig/html-extra
. The deprecation message also mentions this.
However, html_cva
is not a drop-in replacement for which you can do a search-and-replace and be done with it. The signature of the function is different as html_cva
has 4 (named) arguments instead of a single argument receiving an associative array with a shape with 4 keys.
the migration path between cva
and html_cva
needs to be documented clearly to avoid getting support requests from confused users complaining that things don't work anymore after they change function (which is already happening on Slack and triggered me to open this issue)