1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-09 00:18:26 +01:00
unleash.unleash/frontend/src/component/project
Thomas Heartman 3d10887610
fix: prevent rendering too many hooks error (#8667)
We found an issue where we'd get a minified react error referencing the
LazyProjectExport component.


![image](https://github.com/user-attachments/assets/3cb76315-ccef-4fa6-968c-845ecf21bc0f)


We suspect that the issue might be the conditional rendering of this
component, so the fix is to always render it, but to use the flag to
check whether we should show the count or not.
2024-11-06 12:28:48 +01:00
..
Project fix: prevent rendering too many hooks error (#8667) 2024-11-06 12:28:48 +01:00
ProjectAccess chore: re-order project settings menu (#8626) 2024-11-01 09:29:25 +00:00
ProjectApplications chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ProjectCard feat: create page for when you have no projects (#8285) 2024-09-27 10:41:25 +02:00
ProjectEnvironment fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
ProjectId update project archive and revive dialogs (#7918) 2024-08-19 13:33:00 +00:00
ProjectList chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00