You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Scroll to the top-left corner of the page, just in case the link
* references the same page we are already in. */
}elsewindow.scroll(0,0);
This works right when the link is clicked by letf mouse button. Though, it does not work when it is clicked by the right mouse button. If we arrive to this case, react-router always considers to value as a relative address, and appends it to the current domain in the link. Should be reverted to server-side rendering solution via Redux, where domain is extracted from the request and used to render instead of
The text was updated successfully, but these errors were encountered:
topcoder-react-utils/src/shared/components/GenericLink.jsx
Lines 63 to 69 in 119116c
This works right when the link is clicked by letf mouse button. Though, it does not work when it is clicked by the right mouse button. If we arrive to this case, react-router always considers
to
value as a relative address, and appends it to the current domain in the link. Should be reverted to server-side rendering solution via Redux, where domain is extracted from the request and used to render instead ofThe text was updated successfully, but these errors were encountered: