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

Optimize space mapProps function #457

Closed
wants to merge 1 commit into from

Conversation

sbrichardson
Copy link

The logic with space had multiple unnecessary function calls and duplicated logic. Since it's used a lot within the system, I removed the extra function calls to is() and reduced it's work.

The logic with space had multiple unnecessary function calls and duplicated logic. Since it's used a lot within the system, I removed the extra function calls to is() and reduced it's work.
@jxnblk
Copy link
Member

jxnblk commented May 11, 2019

Thanks for this! In light of the changes in #479, I suspect the mapProps function will be going away, so I'm closing this one out

@jxnblk jxnblk closed this May 11, 2019
@sbrichardson
Copy link
Author

No problem!

@sbrichardson sbrichardson deleted the patch-1 branch May 14, 2019 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants