-
Notifications
You must be signed in to change notification settings - Fork 399
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
Fix TypeError: Object.keys called on non-object #176
Conversation
I'd rather |
@atomantic Hey, thanks a ton for this patch. If you don't mind squashing this down into a single commit (without the merge commit) I could see merging it for the release this week. I'll need to verify that it doesn't cause any weird issues on 0.8 or 0.10, but it looks pretty good to me. |
I gave this patch a go on 0.11.14, this appears to fix things enough for the agent to start reporting on 0.11.14, but I'm unsure of any other problems that may arise. I'll be trying other versions soon to make sure nothing broke, but just wanted to verify your fix for the version you were targeting. |
597f8f3
to
11d6be5
Compare
cleaned. Thanks for taking a look. Forced into using node 0.11.14 to get cluster support for PM2 :) |
👍 from me on this. I'll make sure it gets into this week's release, I'm unclear on if it will make it into release notes as we don't officially support 0.11.x. I'll check in about that. Do you have a preferred way for us to attribute? We can use your name as it appears on github, or your github handle, or anything else you'd like. |
Thanks. github name is fine :) |
@atomantic Your patch was merged out of band (and rebased). Thanks for the PR! |
feat: Added a test suite for App Router.
At least in node 0.11.14, parsed.search is null, not an empty string when query is null: