commit | 70945707bd1a74f67e15909e65c401ae245ae0fb | [log] [tgz] |
---|---|---|
author | Kean Mariotti <keanmariotti@google.com> | Thu Dec 22 14:14:59 2022 +0000 |
committer | Kean Mariotti <keanmariotti@google.com> | Fri Dec 23 09:19:44 2022 +0000 |
tree | a6278ee2ef66cfc6affd1ba7c0fdeb2f6982d4b5 | |
parent | 653c91a2418f31dbd324812d5f499e992eb03fa5 [diff] |
Use only 'stableId' to identify Layer/WindowState The RectsComponent and TreeComponent used to rely on the `id` property instead of `stableId` to identify elements of type Layer/WIndowState. This created issues in cases where an element doesn't provide an `id`, e.g. root layer. Fix: b/263554032 Test: npm run build:all && npm run test:all Change-Id: If296baa5402b100f67f5326a065ef569aaf2b842