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

Can't get ReduxDevTools to work #95

Closed
sleimanzublidi opened this issue Aug 28, 2020 · 1 comment
Closed

Can't get ReduxDevTools to work #95

sleimanzublidi opened this issue Aug 28, 2020 · 1 comment

Comments

@sleimanzublidi
Copy link

sleimanzublidi commented Aug 28, 2020

Hi Peter,

If I enable options.UseReduxDevTools() I get the following error in the console.
I tried to debug without success. Am I missing something?

BTW, I find your API a lot more friendly than Redux.Net.

Thank you

Unhandled exception rendering component: Could not find '__FluxorDevTools__' in 'window'.

at System.Threading.Tasks.ValueTask`1[TResult].get_Result () <0x33ff8f8 + 0x00034> in <filename unknown>:0 
  at Fluxor.Blazor.Web.ReduxDevTools.ReduxDevToolsInterop.InitializeAsync (System.Collections.Generic.IDictionary`2[TKey,TValue] state) <0x2ee1208 + 0x000fc> in <filename unknown>:0 
  at Fluxor.Blazor.Web.ReduxDevTools.ReduxDevToolsMiddleware.InitializeAsync (Fluxor.IStore store) <0x2eca2f0 + 0x000e4> in <filename unknown>:0 
  at Fluxor.Store.InitializeMiddlewaresAsync () <0x2ec21e0 + 0x000f2> in <filename unknown>:0 
  at Fluxor.Store.ActivateStoreAsync () <0x2ec1648 + 0x000c4> in <filename unknown>:0 
  at Fluxor.Store.InitializeAsync () <0x2ec1000 + 0x000c4> in <filename unknown>:0 
@sleimanzublidi
Copy link
Author

Nevermind, I was calling Store.InitializeAsync() and it seems like is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant