Dispatched action does not hit effects or reducers #528
Closed
premsudh336
started this conversation in
General
Replies: 3 comments 2 replies
-
Can you give me a link to a repo? |
Beta Was this translation helpful? Give feedback.
1 reply
-
any luck? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Remove your StoreInitializer from App.razor and put this at the top of Routes.razor
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a small blazor server application with Fluxor library. below are the code for the same. My issue is , after dispatching the action, it is not hitting the Effects or Reducer methods. Can you check the below code and advise if any issues.
In ReduxDevTools get a blank screen showing "No Store found..". But when I debug, I can see the features and all States, Actions, effects loaded in the store
//WorkstationsState.cs
//Code of Effects.cs
//Code of Reducers.cs
//Actions: FetchWorkStationAction
//Actions: FetchWorkStationResultAction
//Code of Blazor Components
@Layout@
//Program.cs
Beta Was this translation helpful? Give feedback.
All reactions