-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[changed] <Link/>
s to take params property
#231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9a95419
to
981f98c
Compare
I love |
Can you rebase so we can merge cleanly? |
yeah, I expected this |
- old behavior is maintained, but logs a deprecation warning - instead of passing in properties to fill in the dynamic segments, we just take it from the params object closes #217
981f98c
to
8d2f3ed
Compare
(passing in |
Also, when we remove the backwards compat in v1, we can remove a bunch of code from |
👍 👍 Glad to see this change, thanks! |
[changed] `<Link/>`s to take params property
Very happy to see this, I'm looking forward to it being the only way so my issue from #217 (comment) will be resolved :) (I'll probably just switch to using classes instead) |
I'd like to remove the backwards compat in 0.7.0, so it should be soon :) Sent from my iPhone
|
Document the `<Link />` functionality added in remix-run#231
deprecation warning
the dynamic segments, we just take it from the
params object
closes #217