transitionTo adding quotes around array query param
Open
Query Params
Routing
- Dominant language
- TypeScript
- Stars
- 22.6k
- Forks
- 4.2k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 15
Description
i have a query string thats an array
&array=%5B%22test%22%5D
when using transitionTo it gets converted to
&array="%5B%5C"test"%5C%5D"
link-to works fine, any idea what is causing this and how to fix this?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.