-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: escape unsafe key chars #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for acting quickly on this @pi0
@pi0 I tested using the https://codesandbox.io/s/5x2wpo27k4 and the fix looks good to me. |
I'd like to cross-reference vuejs/vuex-router-sync#89 and https://www.npmjs.com/advisories/814 here, which should also be fixed by this. |
Something I'm not sure about this is that it may be also a breaking change. Objects like UPDATE: Only |
Rich-Harris#19