-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Adding support for objectRestSpread
within props
#60
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.
Seems reasonable
1 similar comment
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, thanks for fixing this!
@evcohen @ljharb thanks for the quick review! as an FYI, this was an issue because when this gets merged, would it be possible to bump thank you so much! |
@ljharb Thanks for getting this merged! What's the timeline for a release? |
That's up to @evcohen; i don't have publish rights nor am I familiar with the release procedure for this project. |
@evcohen When can we get a new release with this PR? |
Can work on that this weekend! thanks for your patience 😄 |
Thanks! |
We hit at an issue properly parsing props that looked like
because the SpreadProperty doesn't have a key/value pair. Opting to ignore spread properties, but properly recurse over the key/values we can parse.