Files
triggerdotdev--trigger.dev/apps/webapp
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
..
2024-10-09 12:52:52 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh