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

appBootstrapper and routes .jsx->.tsx #4101

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

adamabeshouse
Copy link
Contributor

@adamabeshouse adamabeshouse changed the title appBootstrapper.tsx appBootstrapper and routes .jsx->.tsx Dec 23, 2021
src/appBootstrapper.tsx Outdated Show resolved Hide resolved
@@ -443,7 +435,7 @@ export const makeRoutes = routing => {
component={ScrollToTop(
LocationValidationWrapper(
GroupComparisonPage,
comparisonTabParamValidator
comparisonTabParamValidator()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this just not working before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess so?

Signed-off-by: Adam Abeshouse <abeshoua@mskcc.org>
@adamabeshouse adamabeshouse merged commit b22540a into cBioPortal:master Jan 11, 2022
@adamabeshouse adamabeshouse deleted the 9055-ts branch January 11, 2022 23:59
inodb pushed a commit that referenced this pull request Jan 18, 2022
appBootstrapper and routes .jsx->.tsx

Former-commit-id: 8d79c325bb4d07d26bf23044b38bb27b1c335161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate appBootstrapper.jsx and routes.jsx to typescript
3 participants