-
Notifications
You must be signed in to change notification settings - Fork 63
Fixing issue with getSync in runtime #14
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
Conversation
ShelbyZ
commented
May 10, 2019
- needed default serviceName not object destructuring
Bringing up-to-date with origin
- needed default serviceName not object destructuring
Hi @ShelbyZ sorry for the delay here but I think at least according to the docs you are supposed to pass in |
It looks like that line of code is trying to provide a default value for serviceName. The call does not set the value of serviceName to 'default' so later |
Oh yeah my bad. So the code should be
Do you want to fix your PR or should I push this change in? |
The call to |
Yeah that should be the behavior |
Thank you so much for the fix! I'll publish a new version of 1.x later 😊 |