1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 13df715bfd
fix: prevent infinite rerenders in useIncomingWebhooks (#6176)
React can sometimes be non-intuitive and behave erratically due to the
way it detects changes in hook dependencies.

This prevents infinite re-renders from `useIncomingWebhooks` by using a
static `DEFAULT_DATA` constant, so that its reference is always the
same, so no changes are detected when there are none.

Unrelated scouting, but this PR also removes an unneeded dependency in
the memoized columns in `ProjectActionsTable`.
2024-02-09 08:17:15 +00:00
..
accessOverview
admin fix: network tab active state (#6154) 2024-02-07 15:03:44 +00:00
application
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest feat: show segment conflicts in crs (#6138) 2024-02-09 16:25:01 +09:00
common feat: make edge explicit in UI (#6132) 2024-02-05 13:34:22 +01:00
context
demo fix: add new steps to demo guide (#6112) 2024-02-05 11:36:15 +01:00
environments
events
executiveDashboard feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
feature fix: overflowing description (#6150) 2024-02-07 12:51:10 +01:00
featureTypes
feedback
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter
incomingWebhooks fix: incoming webhooks form UI adjustments (#5973) 2024-01-19 14:50:54 +00:00
integrations Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
layout refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
loginHistory
maintenance feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
menu feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: prevent infinite rerenders in useIncomingWebhooks (#6176) 2024-02-09 08:17:15 +00:00
providers task: Use fine-grained project permissions in frontend (#5974) 2024-01-22 15:34:10 +01:00
segments
splash
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
user fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
App.tsx task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
InitialRedirect.tsx