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 imports of redux-toolkit types #4994

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Fix imports of redux-toolkit types #4994

merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Fix imports of rtk types

    These were imported from the src folder of rtk because they weren't
    exported in earlier versions of rtk. Seems like some new config makes
    this cause an error, but they have been added to exports so we can just
    import them normally.
    eikhr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    67a86b8 View commit details
    Browse the repository at this point in the history