-
Notifications
You must be signed in to change notification settings - Fork 20
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
MapInit error #55
Comments
Hm, there was this fix... |
Hmm that fix was for hashes right? |
I guess it would need the same fix of parsePath instead of parseHash. Gonna try to create a PR. |
@alfonsogarciacaro I've created a unit test that passes (w/ or w/o the check in line 357) when running in CLR, which tells me the |
will release a fix in urlParser 1.0.1. |
@et1975 The substring implementation seems to be right in Fable (it will return an empty string if startIndex is same as length). Maybe the error is caused by something else? |
Hi there,
updating to the newest Elmish (4.0.0-beta-8) produces following error:
I didn't make any changes from the version 3 to version 4 yet.
Any idea how to fix that?
The text was updated successfully, but these errors were encountered: