Am I the only one for whom some string resources w...
# compose-web
t
Am I the only one for whom some string resources won't show in texts on the first composition on Wasm and Js? Everything works just fine on Android, iOS and desktop. The workaround I found is to call once all the string resources that won't show before they are used.
v
I suppose you're using Compose Resources? If so - works fine on my end. The only catch is that it starts out as no text and then gets recomposed once the
strings.commonMain.cvr
loads. Are you using the
stringResource
function directly or are you wrapping it somehow? Or are you using something else?
t
@Vidmantas Kerbelis yes I'm using compose resources and stringResources directly
@Oleksandr Karpovich [JB] I'll try the workaround asap. I don't have exactly the same issue as some strings just won't show until i interact with the app and trigger a recomposition.