-
Notifications
You must be signed in to change notification settings - Fork 2
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
DX-2022 | Lighthouse report based fixes #270
base: develop
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
@@ -45,3 +45,11 @@ declare module '*.svg' { | |||
const src: string; | |||
export default src; | |||
} | |||
|
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.
@stephanoshadjipetrou is this absolutely necessary? It causes an error in every file that has an import from the "react" module. See image for example
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.
@okorie2 if you remove this then it works ok?
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.
@okorie2 ping
No description provided.