Closed serjek closed 3 years ago
I am not sure where this belongs to, UI, hxx or here, so I added it to coconut.data because error message told me so.
This is probably more of a Haxe 4.2. issue. If you add @:transitive
to LanguageString
it should work again.
Consider having the following:
This will give compilation error:
Array<coconut.data.Value<LanguageString>> should be Null<react.ReactFragment>
unless provided with type hint like so<Text>${(item.header:String)}</Text>
.This seem to be a regression as this was working with older versions.