Closed calebjacob closed 1 year ago
This could potentially be related: https://github.com/near/near-discovery/issues/693
Needed to implement a VM change to support this ticket: https://github.com/NearSocial/VM/pull/149
This will be a blocker until merged and published with a new VM version @charleslavon. I can still make some progress in the mean time.
There are a lot of
<a>
tags used throughout BOS that cause really inefficient page reloads or redirects due to them not being nativeNext/Link
components (which use client side routing). We should first investigate implementingcustomElements.Link
in our VM initialization: https://github.com/NearSocial/VM/releases/tag/2.1.0We'll then need to do a find and replace for all
<a>
tags in our components repo to use thisLink
component instead.