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 has been archived by the owner on Sep 15, 2020. It is now read-only.
I'm having trouble reproducing this myself with the latest version of this library and chrome 70.0.3538.110, but we have seen stack traces with failures on (null).querySelectorAll.
TypeError: Cannot read property 'querySelectorAll' of null
1
File ---.js line ### col ### in i.value
2
File ---.js line ### col ### in HTMLElement.e._closePopoverBlurHandler
The text was updated successfully, but these errors were encountered:
I'm not 100% sure why willDestroyElement is not called (confirmed it via running ember s and playing around with demo pages); the hacky fix would be to bail if this._popperElement === null
I'm having trouble reproducing this myself with the latest version of this library and chrome 70.0.3538.110, but we have seen stack traces with failures on (null).querySelectorAll.
The text was updated successfully, but these errors were encountered: