Closed tforkmann closed 1 year ago
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 substring
impl in JS doesn't work the same way as String.Substring
- JS throws exception if start position points at the end, while .NET - returns empty string. Do you think this should be addressed in Fable core?
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?