-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref(tsc): convert RelocationArtifactDetails to FC #90798
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
Conversation
|
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format. |
| const {artifactKind, fileName, regionName, relocationUuid} = useParams<{ | ||
| artifactKind: string; | ||
| fileName: string; | ||
| regionName: string; | ||
| relocationUuid: string; | ||
| }>(); |
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.
wow
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.
We have a Region type in `app/types/system' 🤷
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.
eh i'm not sure that makes sense to use here
| const {artifactKind, fileName, regionName, relocationUuid} = useParams<{ | ||
| artifactKind: string; | ||
| fileName: string; | ||
| regionName: string; | ||
| relocationUuid: string; | ||
| }>(); |
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.
We have a Region type in `app/types/system' 🤷
https://github.com/getsentry/frontend-tsc/issues/2