Problem/Motivation
The "replace" filter expects an array or "Traversable" as replace values, got "string". in twig_replace_filter() (line 33 of modules/contrib/drowl_paragraphs/modules/drowl_paragraphs_types/templates/paragraph--drowl-paragraphs-types--link-intext.html.twig).
https://twig.symfony.com/doc/3.x/filters/replace.html expects an array.
Steps to reproduce
Use Drupal 9 and link paragraph type.
Proposed resolution
https://twig.symfony.com/doc/3.x/filters/replace.html Use array notation.
Remaining tasks
Fix in 3.x
Fix in 4.x
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #2
anybodyComment #5
anybodyFixed in latest dev and stable release!
Twig 2.x compatibility.