You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can tell that you meant to follow up on my comments in #2897, but you applied them to your findKeys implementation instead of your transition implementation. I asked you in #2898 to not mix these features. Since #2681 already has a good implementation of findKeys, I would strongly recommend that you focus all your effort on transition.
You can fix this as follows:
git checkout 2850.
git reset --hard fc3d6a0: this will remove the commits related to findKeys from your 2850 branch. Don't worry, the findKeys commits are still on your 2676 branch.
At this point, make sure that findKeys is really gone. If it's still there, delete it manually.
npm run install: this will install commit hooks that ensure that the underscore.js and the underscore-esm.js bundles stay in sync with the source code. I can tell from the current PR that you haven't done this yet.
npm run test: if any test fails, fix your code and commit again.
git push --force.
At this point, the current PR (#2904) should only contain your transition-related contributions. After this, I'll do a detailed code review over here. You don't need to open another PR. Thanks in advance!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.