Properly handle html escaped links
ceremcem opened this issue · 1 comments
ceremcem commented
Description:
When a link is sent via an instant messenger or something, the application might encode important url characters, so router
component can not find original fields. For example, following link:
https://aktos.io/showcase/#/erp-components#data-table
İs converted t o
https://aktos.io/showcase/#/erp-components%23data-table
Handle these conversions properly