Oscar Canek

Results 8 issues of Oscar Canek

When I deploy to a storage account my Blazor WebAssembly client I always get the following error: Please I need your help because I couldn't make it work

I always get the message Module not found: 'react-music-player'. I only ran: npm install react-music-player --save then: npm start Finally at my jsx: import ReactMusicPlayer from "react-music-player";

I always got the following error: ``` Error: System.ArgumentException: The assembly 'blazor.redux' does not contain a public invokable method with [JSInvokableAttribute("DevToolsReady")]. at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.GetCachedMethodInfo (Microsoft.JSInterop.Infrastructure.DotNetDispatcher+AssemblyKey assemblyKey, System.String methodIdentifier) in :0 at...

## Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * [x] My beacons have Estimote Monitoring enabled...

investigating

## Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * My beacons have Estimote Monitoring enabled * My...

bug
being fixed

When I put a input control inside the DragScroll I can't add text to it, how can I fix that?

Is there a way to integrate Azure AD B2C with this awesome lib? Auth0 works great but when I try to integrate with Azure AD B2C it start an infinite...

How can I define optional parameters for a method? Example. ``` public void Test(string param1 = "defaultValue") { } ``` In Reflection Emit would be with ParameterAttributes: ``` methodBuilder.DefineParameter(index, ParameterAttributes.Optional...