1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/frontend/src/component/playground/Playground
Thomas Heartman fe09ae214f
chore: fix "key" prop issues in front end tests (#8459)
Fixes all warnings about the "key" prop. The majority of the fixes fall
into one of the following categories:

- Extracting "key" props in tables (you're not allowed to just spread
them in)
- Adding "key" props to autocomplete options and chips
- fixing test data that didn't contain ids
2024-10-16 14:57:43 +02:00
..
AdvancedPlaygroundResultsTable
PlaygroundEnvironmentTable
PlaygroundForm chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
PlaygroundGuidance
PlaygroundGuidancePopper
PlaygroundResultsTable chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
AdvancedPlayground.test.tsx
AdvancedPlayground.tsx
LazyPlayground.tsx
playground.utils.test.ts
playground.utils.ts