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

Remove useAppDispatch from tableThunks.ts #246

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

Arnei
Copy link
Member

@Arnei Arnei commented Dec 21, 2023

Fixes #245, which was caused by #214.

Those thunks are likely passed to a useReducer somewhere, so we can't have hooks here. We will still want to use useAppDispatch here eventually, but it can wait until we migrated everything else to redux toolkit and can finally get to the tables.

Those thunks are likely passed to a `useReducer` somewhere,
so we can't have hooks here. We will still want to use useAppDispatch
here eventually, but it can wait until we modernized everything else
and can finally get to the tables.
@Arnei Arnei added the type:bug Something isn't working label Dec 21, 2023
@Arnei
Copy link
Member Author

Arnei commented Jan 17, 2024

Merging this without review, because:

  • The bug this fixes is pretty critical, I really don't want to have it any release ever if I can help it.
  • I am extremely certain that this works
  • It cannot make anything worse than it already is

@Arnei Arnei merged commit 7dfb62a into opencast:admin-ui-picard Jan 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when trying to switch pages
1 participant