First, make sure you've updated your app to the latest version published on the iOS App Store. Then, can you share how the following components are configured in the app editor:
collectionView2
monthContainer
monthText
text4
taxesContainer
ivaContainer
This is a strange one -- it looks like perhaps all your dynamic data isn't being calculated. That's why the icons are displaying correctly. But that doesn't explain why monthText is calculated correctly, because it looks dynamic to me.
Thank you @bca. I joined office hours this morning and @joeBumbaca suggested checking the app and build version as well. I'm on 3.14.0 / Build 889. I've also tried re-installing it to no avail.
For some other context, I'm still just working on the UI here, so there is no dynamic data. All I have now is static data array of dummy data that I'm giving to the custom collection. I've included it below for reference. Even so, most of the other content in there isn't even pulling from thatβit's just static text pasted into the component.
To answer your question though, I attached a file with the json configurations for the components you mentioned in JSON, and attached images if you prefer to view them in the editor.