Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Uninstall watchers #22

Open
yuheiy opened this issue May 10, 2018 · 0 comments
Open

Uninstall watchers #22

yuheiy opened this issue May 10, 2018 · 0 comments

Comments

@yuheiy
Copy link

yuheiy commented May 10, 2018

I think it would be better if there was a way to uninstall them.

const uninstall = installMediaQueryWatcher(`(min-width: 600px)`, (matches) => {
  console.log(matches ? 'wide screen' : 'narrow sreen');
});

component.onDestroy(uninstall);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants