Ohans Emmanuel

Results 14 comments of Ohans Emmanuel
trafficstars

That's an interesting use case. @ Misael Burboa (a Discord user) had posted this solution when they needed to do the same: ![image](https://user-images.githubusercontent.com/10930234/181288827-eb6fdb14-3cef-4ef5-ae84-4b7715fe6bd5.png) 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?