Skip to content
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

Converting JSX files to TSX files #703

Merged
merged 13 commits into from
Nov 27, 2024
Merged

Converting JSX files to TSX files #703

merged 13 commits into from
Nov 27, 2024

Conversation

pi1814
Copy link
Contributor

@pi1814 pi1814 commented Nov 11, 2024

Conversion of JSX files into TSX files

For better safety and maintainability, converted the JSX files into TSX files.

Does your change fix a particular issue?

Fixes #107

@pi1814 pi1814 marked this pull request as draft November 11, 2024 11:33
@pi1814 pi1814 marked this pull request as ready for review November 13, 2024 05:20
@pi1814 pi1814 requested a review from a team November 13, 2024 05:20
parth inamdar and others added 6 commits November 14, 2024 09:12
# Conflicts:
#	src/components/containers/EventsBrowser.tsx
#	src/components/modals/AccessTokensModal.jsx
#	src/components/modals/EventModal.jsx
#	src/components/modals/ExportEventsModal.jsx
#	src/components/modals/ModalPortal.jsx
#	src/components/shared/Tooltip.jsx
#	src/components/views/EventRow.jsx
#	src/components/views/FixedTableHeader.jsx
#	src/components/views/InlineLink.jsx
#	src/components/views/Loader.jsx
#	src/components/views/MobileEventRow.jsx
#	src/components/views/SearchForm.jsx
Added check-types check in the run commands and in the workflows
@deepakprabhakara deepakprabhakara merged commit bf72346 into main Nov 27, 2024
4 checks passed
@deepakprabhakara deepakprabhakara deleted the jsx_to_tsx branch November 27, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite React code to latest version
2 participants