Skip to content
New issue

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

Fixes unsubscribe on multiple subscribers after destroy #32

Merged
merged 2 commits into from
Sep 5, 2018

Conversation

reaktivo
Copy link
Contributor

@reaktivo reaktivo commented Sep 5, 2018

Fixes #31

@fahad19
Copy link
Owner

fahad19 commented Sep 5, 2018

The build failed at lerna bootstrap for some reason. I have restarted it on Travis-CI.

@@ -91,7 +80,7 @@ export function create(options: ProppyFactoryOptions): ProppyFactory {
parent.destroy();
}

removeCallback(callbacks);
callbacks = []
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linting is failing because of missing semicolon 😅

@fahad19
Copy link
Owner

fahad19 commented Sep 5, 2018

@reaktivo: upgraded to TypeScript v3, and also dropped a package in master. builds are now passing for master.

Merging latest master in your branch should now pass you build.

Thanks for your patience! 🙌

@reaktivo
Copy link
Contributor Author

reaktivo commented Sep 5, 2018

Rebased on master and checks passed!

@fahad19 fahad19 merged commit ab13619 into fahad19:master Sep 5, 2018
@fahad19
Copy link
Owner

fahad19 commented Sep 5, 2018

Thanks @reaktivo! Landed in v1.2.5: https://github.com/fahad19/proppy/releases/tag/v1.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants