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
This page specifies using the url prop to set the destination for the <Link> component but this was simply not working for me (in an IndexTable.Cell). I checked the remix app tutorial and saw it uses the to prop on <Link>, which did work for me.