We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic install, disable/enable, reload app, etc is still far away.
But the deactivate design should be in place and implemented in preparing for that.
Two approaches:
export function deactivate() { ... } // or export function activate() { return () => { /* cleanup */ } }
UPDATE:
@unional/gizmo
just-web
The text was updated successfully, but these errors were encountered:
unional/async-fp#161
Sorry, something went wrong.
No branches or pull requests
Dynamic install, disable/enable, reload app, etc is still far away.
But the deactivate design should be in place and implemented in preparing for that.
Two approaches:
UPDATE:
@unional/gizmo
@unional/gizmo
just-web
. Will be a breaking change, or maybe just a different gizmo.The text was updated successfully, but these errors were encountered: