Closed lorisleiva closed 4 weeks ago
Latest commit: 452424e7094b03efb2660bcb885d9e40d4cb5c09
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @lorisleiva and the rest of your teammates on Graphite
This PR fixes an issue in the JavaScript
getTypeManifestVisitors
where complex link node paths would be incorrectly resolved due to the fact that theNodeStack
would follow in invalid path in the tree. The new methods to save and restoreNodePaths
inside theNodeStack
help us fix this.