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 Jan 6, 2025. It is now read-only.
Hi.
If I subscribe to observable media I don't receive first notification about initial media query if on 'md' and larger devices. If I am on 'sm' or 'xs' devices, my subscription gets invoked with initial value as expected. If I change size of the browser window, I get all notifications as expected.
How can I get the media query after initialization on devices bigger than 'md'?
Hi.
If I subscribe to observable media I don't receive first notification about initial media query if on 'md' and larger devices. If I am on 'sm' or 'xs' devices, my subscription gets invoked with initial value as expected. If I change size of the browser window, I get all notifications as expected.
How can I get the media query after initialization on devices bigger than 'md'?
Thanks.