1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +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
ProjectCard
ProjectEnvironment
ProjectId
ProjectList