Hello!
Background: Created a branch for annotations from a ~200 screen main file so that UX could work simultaneously as design. The main file contains component screens and uses components from a large UI library.
Issue: Main file screens had to be tweaked but the branch file did not implement the updates across the file. For example, one screen updated the copy but the same screen didn’t update elsewhere in the branch file. There are also minor formatting differences in the branch file (ex. the copy breaks to 4 lines versus 3 lines in the main file) as well as property booleans getting turned on within the branch file.
Any idea on how to solve this? Thank you in advance!