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

Introduce pre-typed createSelector via createSelector.withTypes<RootState>() method #673

Merged
merged 17 commits into from
Jan 3, 2024

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    c936817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08e9d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97a7a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1706865 View commit details
    Browse the repository at this point in the history
  5. Add createSelector.withTypes.test.ts to test runtime behavior of `c…

    …reateSelector.withTypes`
    aryaemami59 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    214c9c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50eaf14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31cfc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    398d5c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7bd97d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40b36b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    949d8e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54626ed View commit details
    Browse the repository at this point in the history
  13. Update links in JSDocs

    aryaemami59 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c054038 View commit details
    Browse the repository at this point in the history
  14. Update Comment Syntax in MDX Files from HTML to JSX Style

      - Switched comment syntax from `<!-- START:` to `{/* START:` within MDX files.
      - This modification was made due to issues with VS Code's handling of HTML-style comments in MDX.
    aryaemami59 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    e3ef36d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    27bd123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d0aba View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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