You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: