2.8.0
http://jsbin.com/ciqurodeda/1/edit?html,js,output
Replace query with string: replace({ pathname: '/', query: { name: 'meow' } })
Assert name is in url once
Assert value comes back as string meow
Assert name is in url twice
value comes back as array ['meow', 'meow']This behavior does not happen in 2.7.0 and is likely related to this line.
Fixed in 2.8.1
Thanks!
Most helpful comment
Fixed in 2.8.1