-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add typing to async thunks #1415
base: main
Are you sure you want to change the base?
Conversation
Adds typescript to createAsyncThunk from redux toolkit. This properly types our state in those methods, should we need it.
This pull request is deployed at test.editor.opencast.org/1415/2024-07-09_14-59-10/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1415/2024-12-06_08-34-32/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1415/2024-12-10_08-40-52/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1415/2024-12-11_14-42-28/ . |
Adds typescript to createAsyncThunk from redux toolkit. This properly types our state in those methods, should we need it.