Component Interpolation doesn't work with lists #1691
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
🍰 p2-nice-to-have
Priority 2: nothing is broken but it's worth addressing
Status: PR Welcome
Welcome to Pull Request
Reporting a bug?
When using YAML lists with
tm
andrt
, you can't look up values withte
in the process.Here's an example:
Expected behavior
To be able to still look up if a key exists inside of lists
Reproduction
If you create a template with the nuxt plugin, I'm more than willing to create a repro.
System Info
Screenshot
No response
Additional context
I have to say all these breaking API changes are very hard to work with. Instead of being able to just have a string with some HTML in it, we're forced to use an
i18n-t
component, but we can't even dynamically check if we need that component.Validations
The text was updated successfully, but these errors were encountered: