Forum Discussion
pixshatterer
9 years agoVisitor
"TheEndless" wrote:
This this instead...<MyComp
id="comp"
messages="['hi', 'hello', 'world', 'none']"
/>
I already tried, but it didn't work 😕 so I went looking around if escaping quotes would work and it did, so this was the solution:
<MyComp
id="comp"
messages="["hi","hello","world","none"]"
/>
... which looks awful, but so far looks like the only way :v