Files
pnpm/reviewing
Brandon Cheng 09065b8a78 fix(dependencies-hierarchy): fix resultHeight calculation
This previously double incremented `resultHeight`. When writing this,
I was thinking the child node's height was 1 more than the call for its
dependencies. The parent node (the result) would then be more more than
that.

However, `resultHeight`'s definition is based the longest edge in the
dependencies array returned, which doesn't include the parent node. The
additional `+ 1` to account for the parent node should never have been
added.
2023-01-02 00:25:39 +02:00
..
2022-12-26 00:59:32 +02:00
2022-12-21 12:55:30 +02:00
2022-12-26 00:59:32 +02:00