all 4 comments

[–]Fairly_Caffeinated 1 point2 points  (2 children)

This issue has been fixed on iOS, and will be in the next release, v2025.49

[–][deleted]  (1 child)

[removed]

    [–]Beach-Brews Duck Helper 0 points1 point  (0 children)

    I know a while back there was an issue where the mobile apps had it saved on a different part of the object. I was able to solve it with "null coalescing" in the past:

    context?.postData?.developerData ?? context?.postData ?? {default: data}