Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
3k views

I've been working on a mobile app with Expo React-Native for a while. Everything worked fine with Expo 52.0.37 and React-Native 0.76.7. However, since updating to Expo 53.0.9 and React-Native 0.79.2, ...
1 vote
1 answer
48 views

In our reducer, we’re updating a nested array with new data coming from the backend. However, certain UI-specific properties (like tooltip) that are not part of the backend response need to be ...
0 votes
2 answers
63 views

I want a Redux Saga effect creator that only takes the first dispatched action of a pattern and ignores the rest. How can I create it? For example here Saga docs explains how takeEvery is created. I ...
RezKesh's user avatar
  • 2,964
0 votes
0 answers
40 views

I am trying to test a Redux-Saga using redux-saga-test-plan, but I keep getting the error: runSaga(options, saga, ...args): saga argument must be a Generator function! Here is my saga: export ...
0 votes
1 answer
71 views

I am working with Redux Saga to perform actions like setting authorization and permissions once a user has logged in or has resumed a session. However, it appears that calling navigator.permissions....
1 vote
1 answer
126 views

I'm having an issue with the page refresh after, when clicking on the button url gets changed in the browser but the page doesn't refresh the correct component, no browser error no terminal error, ...
0 votes
1 answer
47 views

I want to attach CANCEL callback to the promise so saga can handle it. My code: import { CANCEL } from 'redux-saga'; cancellableCall = <T = any, E = ApiError>( options: AxiosRequestConfig, ...
1 vote
1 answer
313 views

I am using redux-saga and @reduxjs/toolkit. I make some webservice requests and save their responses into redux, and I am following a pending/success/failure pattern I've seen mentioned in a few ...
1 vote
1 answer
67 views

I'm facing an issue and I'm looking for the best solution to fix it. I want to display a notification on my dashboard in case of an error. To achieve this: I'm using Redux-Saga to catch the error and ...
1 vote
1 answer
265 views

When I have signed up failed, then I moved to the another page, the error toast appeared one more time despite the form has been cleared. For example, if i have signed up failed, then i return back to ...
0 votes
0 answers
35 views

I'm trying to make the errors appeared on the console, at the moment, when i have successfully registered, the console logs all the information of username, email, password and confirmpassword and ...
0 votes
1 answer
357 views

The full error is : Unhandled Promise Rejection: TypeError: useSyncExternalStore is not a function. (In 'useSyncExternalStore(subscribe, getSelection, getServerSelection)', 'useSyncExternalStore' is ...
0 votes
1 answer
46 views

I have a case that I have to call n sagas: function* mainSaga() { yield all( someArrayOfIds.map((id) => call(pollSaga, id)) ) } pollSaga: function* pollSaga(id) { yield race([ ...
1 vote
0 answers
37 views

I am using redux-saga to call API in nextjs ver.13 with typescript. This is my watcher function* getNoteListWorker(): Generator<any, void, any> { try { const getNoteListApi = async () =>...
-2 votes
1 answer
86 views

I am using redux toolkit and I get this error: serializableStateInvariantMiddleware.ts:197 A non-serializable value was detected in an action, in the path: `register`. Value: ƒ register(key) { ...

15 30 50 per page
1
2 3 4 5
...
165

AltStyle によって変換されたページ (->オリジナル) /