What’s the correct way of creating a reducer with the ‘create callback’ notation for async thunks in Redux Toolkit?
everyone! I’m trying to create a Redux toolkit slice using an async thunk for a user’s login. I’m following the official documentation to achieve that, using the ‘creator callback‘ notation (see link: The reducers “creator callback” notation), but the docs have nothing to do with the library.