Ohans Emmanuel
Ohans Emmanuel
That's an interesting use case. @ Misael Burboa (a Discord user) had posted this solution when they needed to do the same:  The crux is in the `HtmlTagsAllowed` type...
I still need to test this, but in the latest version of TS, you might be able to do this via instantiation expressions as follows: [Typescript playground](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAJQKYEMDG8BmUIjgcilQ3wFgAoCmATzCTgBUkAPGABRzAGcAeAYTgsYSAHYATLomIwAdAFEANkhCiYDWkgB8cALxwA3hThwUXAPwAuOHwDcRuGgAWwBWKIirydLK8YAchBiSHbkAL5wAGRS3jJ8uJAiqhwQ3ADqwDCOEACuMMiY-JohFCyQsA4QIlzwTKy6cPyCrKIS0RjySioiahr1AERcYCgifZoAFIbkxqYANPZOLm6ic1NwMutE1cncFKFWteycvHyaAJS62pPGaJXV1vGVqvWmcAA+r3ADQyPFq0Qw2SgIgacXAj26BnWMk2hxSXFCmn0C1c7lCPAA9KCEqoirtfuj0XAAMpIegwqDADBIMRwTDQPAQTBwTL0G5gxIQxxIIglZhleA3KrwAAyoAy1IO9QOPHwKHwbwIdKgIHwmgoBLgXFJcCCMBQLi4VkcMBg3AsBKCADcAEYKCAAcy4MhAlJwXEZsjZ6JodC4aApYBg6OGIhyIjQwBE9oAtD6kH6AzBowAWaMAdnRAGJI9VhjBgCh85Vo6VNlxgLcgA)
could you share the sample you're running @nikolasmish ?
I see. Could you shoot me a code example of the usage here? e.g., with your `List` component as described?