Skip to content

Backports from frontend-base #811

@arbrandes

Description

@arbrandes

Description

This is a list of commits on the frontend-base branch that should be considered for backporting to master. They were identified during the PR #801 review.

  • Dashboard test uses hasCourses: false instead of initIsPending: true — the "courses still loading" test in Dashboard/index.test.jsx passes hasCourses: false, but LoadingView actually renders because initIsPending defaults to true. The hasCourses prop is a red herring. The frontend-base branch makes the intent explicit by passing initIsPending: true instead. Fixed in 757064c.

  • Unused react-test-renderer in devDependenciesreact-test-renderer is listed in package.json but is never imported anywhere. It is also deprecated and incompatible with React 19. The frontend-base branch drops it as part of ace3a08.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    No status

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions