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

fix(react-router): ResolvedSuspense to always use React.Suspense never the SafeFragment #1822

Merged
merged 22 commits into from
Aug 9, 2024

Commits on Jun 24, 2024

  1. Added test to prove rerender test for hooks is not possible with tans…

    …tack router wtih the current state.
    mta-trackunit committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c89eda9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. prettier

    mta-trackunit committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c6fb737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb62c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2fbc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Navigating from kitchensink app dashboard/invoices to dashboard/users…

    … would end up redirecting back to dashboard/invoices if using this.state.resolvedLocation
    mta-trackunit committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0e8f975 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    1e24238 View commit details
    Browse the repository at this point in the history
  2. revert and fix navigate by adding a "to" directly in the useEffect si…

    …nce without it tanstack router will navigate back
    mta-trackunit committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    123d89a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge remote-tracking branch 'upstream/main' into fix-rerender-issue

    # Conflicts:
    #	pnpm-lock.yaml
    mta-trackunit committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6aba644 View commit details
    Browse the repository at this point in the history
  2. cleanup

    mta-trackunit committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a8726a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238dc29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c88923 View commit details
    Browse the repository at this point in the history
  5. revert change

    mta-trackunit committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7507009 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. revert fix for search

    mta-trackunit committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f463d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16cf5f View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    mta-trackunit committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    daf3d27 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    26d6f6d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    3fce872 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    9262e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c703848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a9a22 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge remote-tracking branch 'upstream/main' into fix-rerender-issue

    # Conflicts:
    #	packages/react-router/tests/link.test.tsx
    mta-trackunit committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b1557a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    8164183 View commit details
    Browse the repository at this point in the history