-
Notifications
You must be signed in to change notification settings - Fork 212
Challenge details page displaying a blank screen #4965
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
Comments
The PRs: Community App: #5008 topcoder-react-lib: topcoder-platform/topcoder-react-lib#259 Note: the recommended challenges are disabled for now per the discussion in the slack challenge. |
@LieutenantRoger I see changes done in community-app and I think need first this one too: After change lib need make sure to update all components using that lib. @sushilshinde We good to comment a lot of code block instead remove? |
What's needed on this one to proceed @luizrrodrigues ? |
@mtwomey vars was changed topcoder-react-lib, but this not changed in all places in community-app, so some places will broken if not reflect the changes done in lib. Changes in lib:
to
So need make sure all ref to |
@luizrrodrigues Do you know why this was changed in the lib? Should we change it back for now, or should we just update the refs? |
@mtwomey This looks like unnecessary change. @LieutenantRoger Can you share why was need that change in lib? |
I remember I need to send the tracks related parameter when fetching V5 API, the value I changed are the ones used in the V5 API. |
I had a chat with @LieutenantRoger he will make necessary changes to community-app |
@luizrrodrigues I have updated the PR. The change is to align with the V5 challenge api filter naming. |
Description:
Challenge details page displaying a blank screen
The text was updated successfully, but these errors were encountered: