]> source.dussan.org Git - sonarqube.git/commit
SONAR-21017 Automatic batching change: setState calls are now batched at the end...
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Thu, 23 Nov 2023 14:26:09 +0000 (15:26 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 24 Nov 2023 20:02:45 +0000 (20:02 +0000)
commit2ee783369a7ff0eb39b524b480434f6e74132064
tree9b47ca7b8e5914b7a450037e11f6e90492b428f9
parent7bf798be00be0c07a0b60f432117e5bd4a0e2ff3
SONAR-21017 Automatic batching change: setState calls are now batched at the end of the scope
(see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#automatic-batching)
server/sonar-web/src/main/js/apps/create/project/Azure/AzureProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/BitbucketCloud/BitbucketCloudProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/BitbucketServer/BitbucketProjectCreate.tsx
server/sonar-web/src/main/js/apps/create/project/Gitlab/GitlabProjectCreate.tsx
server/sonar-web/src/main/js/components/controls/clipboard.tsx