GetTerminus / terminus-oss

A collection of open source libraries.
MIT License
11 stars 10 forks source link

Sidenav - Profile link as URL instead of Route #579

Open JamesMaroney opened 2 years ago

JamesMaroney commented 2 years ago

1. What is the expected behavior?

We should be able to link to a Profile external to the application, not just an internal route

2. What is the current behavior?

ProfileRoute option assumes a local route, and (profileClick) handler cannot be attached to conditionally.

3. What are the steps to reproduce?

Setting ProfileRoute option to "https://...." does not work as one would expect

JamesMaroney commented 2 years ago

Related Issue: https://github.com/GetTerminus/terminus-oss/pull/580