make <LinkOrSpan> more like react-router-dom's <Link>
Created by: sqs
The to
attribute can now accept LocationDescriptor objects (eg { path: '...', search: '...' }
) just like react-router-dom's <Link>
.
Created by: sqs
The to
attribute can now accept LocationDescriptor objects (eg { path: '...', search: '...' }
) just like react-router-dom's <Link>
.