@Daniel_McGhee In which app lifecycle event, is the modal being opened?
You can checkout this topic for a similar issue and this solution might be helpful for you to place your modal opening code under the right app lifecycle event.
If that would not still work, you could have a timeout that waits for the ticket data to be updated from the page and then open the modal.