-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ReactPage.ApplyArguments throws ArgumentException with odd number of arguments #1025
Comments
It looks like it wants each argument to be a key and value: --start 0 --end 2 |
PR: #1028 |
matthargett
pushed a commit
that referenced
this issue
Feb 24, 2017
This was merged. |
rozele
pushed a commit
that referenced
this issue
Mar 6, 2017
rozele
pushed a commit
that referenced
this issue
Mar 6, 2017
rozele
pushed a commit
that referenced
this issue
Mar 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReactPage.cs, both UWP and WPF:
Shouldn't this check be made optional (only when "remoteDebugging" is found) or omitted at all?
Currently running application with single parameter like "--first-start" crashes the app.
Adding second parameter "--first --start" works fine
The text was updated successfully, but these errors were encountered: