Files
triggerdotdev--trigger.dev/apps/webapp/app
Katia Bulatova a09d8a86fa fix(webapp): key a repeated view block by its own position
ViewBlocks looked each surviving block's index up with indexOf inside the render
loop: quadratic, and two occurrences of the same block object both answered with
the first index, so they collided on one React key. latestRevisionEntries carries
each survivor's position out instead.
2026-08-09 14:47:20 +00:00
..