Urls added in the React or Docuss part of the code need to be valid React links.
In fl-maps, Docuss relies on React Router to interpret links correctly, so any link not going through React Router won’t work.
You can see an example of it being pulled in here (and everywhere else where class CardLink is used). Rather than using “href” please use this:
<Link to='/something_here'>Go to somewhere</Link>