Link params type error
I have an item component that includes an edit button that should navigate to current route + '$id'. When using the Link component and include id in params, I receive the following error:
2 Replies
continuing-cyan•16mo ago
Hi. Your Link component misses the from param
metropolitan-bronzeOP•16mo ago
Whats the best way to get the current route from within a nested component?