You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have a few popovers on a page using popover-template. Each popover has one link in the template.
When I click on the link in the popover I go to the page and everything is fine.
When I click the BACK button and click on any popover and then click on a link I get an error:
Cannot read property 'isOpen' of null:TypeError: Cannot read property 'isOpen' of null
I found this: #3347 and thought it might be related so I implemented the change in my code (I'm on v0.13.4) but that did not fix it.
I'm trying to create a plunkr but when I click on a link in a popover in plunkr I am not taken to the page. But when I right click and choose open in new tab I am taken to the correct page. Because I can't open a link in plunkr I can't reproduce this issue there.