I found out that my fix breaks url generation for / (root), it strips out the only slash so it becomes empty string. I have also tested what actually happens on /path//// and I get an error "TypeError: Cannot read property 'options' of undefined" ..I didn't found yet from where it comes.
Hi,
I'll continue the discussion here.
I found out that my fix breaks url generation for / (root), it strips out the only slash so it becomes empty string. I have also tested what actually happens on /path//// and I get an error "TypeError: Cannot read property 'options' of undefined" ..I didn't found yet from where it comes.