-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADS-5897] React18 #1523
[ADS-5897] React18 #1523
Conversation
9dd8b39
to
0e37082
Compare
Codecov Report
@@ Coverage Diff @@
## master #1523 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 96 93 -3
Lines 1703 1627 -76
Branches 477 466 -11
=========================================
- Hits 1703 1627 -76
|
4cadef4
to
2d29c0d
Compare
72aa403
to
549b797
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
af4702a
to
2d36e62
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
28f3848
to
1c88c8f
Compare
}, | ||
"engines": { | ||
"node": "^18" | ||
}, | ||
"overrides": { | ||
"@testing-library/dom": "^9.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a3f1963
to
b9faca8
Compare
df7f362
to
e94236e
Compare
@@ -43,7 +36,7 @@ | |||
|
|||
const command = ['npx babel', ...babelArgs].join(' '); | |||
|
|||
const { stderr, stdout } = await exec(command, { env: { ...process.env, ...env } }); | |||
const { stderr } = await exec(command, { env: { ...process.env, ...env } }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
75f3563
to
9c6e8fe
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
9378730
to
14a4b22
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Merging... |
Description
fastStatelessWrapper
, as it does not do what it is supposed to do, useReact.memo
HoverDropdownMenu
, as it is not used, and should be used withPopover
and custom menu contentToast.Notification
, as it has a bug and should useToast.notify
as a replacementinternal
RichTextEditor
)console.error
which silenced lots of valid errorsinvariant
to a isolated file and ignore by coverage since it is auto mocked during testDoes this PR introduce a breaking change?
Manual testing step?
Screenshots (if appropriate):