Closed rainaakshay closed 3 years ago
I set the hero id for a view, enabled hero and pushed the view controller which had another view with the same hero id
Everything worked fine until a couple of days ago, but now, the push animation works fine, but
The app crashed on pop The error is Unexpectedly found nil while unwrapping an Optional value on HeroContext.swift line 229
UPDATE: The issue resolved if I change the push to present and the pop to dismiss
What did you do?
I set the hero id for a view, enabled hero and pushed the view controller which had another view with the same hero id
What did you expect to happen?
Everything worked fine until a couple of days ago, but now, the push animation works fine, but
What happened instead?
The app crashed on pop The error is Unexpectedly found nil while unwrapping an Optional value on HeroContext.swift line 229
General Information