David Neuy

Results 3 issues of David Neuy

I run `dotnet new -i Expecto.Template::*` and got `zsh: no matches found: Expecto.Template::*` my `dotnet --version` is `5.0.202`. I am using MacOS.

The component' property accepts a string or a ReactElementType. I want to set the component' property of tableContainer to Mui.paper. The code below compiles but then I the following error...

The `signin` method is defined as `signin(options?: ASAuthorizationAppleIDRequest): Promise;` The documentation of [ASAuthorizationAppleIDRequest](https://developer.apple.com/documentation/authenticationservices/asauthorizationappleidrequest) states that a `nonce` and a `state` string property can be passed. However the code at [SignInWithApple.m](https://github.com/twogate/cordova-plugin-sign-in-with-apple/blob/master/src/ios/SignInWithApple.m)...