-
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
Warn using consola instead of throwing Error #1
Conversation
We might want to consider stringify Symbols (otherwise apollo breaks as described here) |
@manniL do u know a good way to serialize them? I dont know :) |
The change itself is fine 👏 Not sure. We should consult the serialize-javascript source code for this I think 🤔 |
seializa-javascript dont do anything with symbols |
Ah, well then we should just preserve them as they do I guess 🤷♂️ |
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.
LGTM
This will not fix Rich-Harris#15 |
I dont think vuex is supposed to be work with immutable.js in first place. |
@aldarund before the switch to |
I added support for object with toJSON method |
No description provided.