1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/changeRequest/ChangeRequest
Fredrik Strand Oseberg 967ee13e62
fix: add symbols as constraint ids (#5913)
This PR adds uuids as ids using a symbol in order to make sure we only
use this to keep internal order in the viritual DOM. This makes us able
to have predictable mutable lists on the frontend, and makes it easy to
not pass this property along to the backend.
2024-01-16 13:47:04 +01:00
..
Changes fix: add symbols as constraint ids (#5913) 2024-01-16 13:47:04 +01:00
NameWithChangeInfo chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
StrategyTooltipLink feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
ChangeRequest.test.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
ChangeRequest.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
SegmentTooltipLink.tsx