mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 14:18:07 +00:00
The component is eventually consistent: team-id from route params can be nil during early renders. Guard the filterv, dd/initialize effect, and the render tree with (some? team-id) checks so the component renders nothing safely until team-id is available. Signed-off-by: Andrey Antukh <niwi@niwi.nz>