From 91900d117283fd29b616fdb3f5ce79b110ba70c4 Mon Sep 17 00:00:00 2001 From: Olivia Isaacs Date: Fri, 22 Jun 2018 16:23:10 -0500 Subject: [PATCH] Update "url deprecated" error docs with note re: React Dev Tools (#4652) Fixes #4284 Made change as discussed in #4284 --- errors/url-deprecated.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/errors/url-deprecated.md b/errors/url-deprecated.md index 09c20587e0..880538aa06 100644 --- a/errors/url-deprecated.md +++ b/errors/url-deprecated.md @@ -6,6 +6,8 @@ In versions prior to 6.x the `url` property got magically injected into every `P The reason this is going away is that we want to make things very predictable and explicit. Having a magical url property coming out of nowhere doesn't aid that goal. +*Note:* In some cases using React Dev Tools may trigger this warning even if you do not reference `url` anywhere in your code. Try temporarily disabling the extension and see if the warning persists. + #### Possible Ways to Fix It https://github.com/zeit/next-codemod#url-to-withrouter -- GitLab