johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.58k stars 207 forks source link

Fix Uncaught TypeError: parse_url(): Argument #1 () must be of type string, null given #874

Open rebeccahum opened 1 month ago

szepeviktor commented 1 month ago

You need to also add a question mark to line 30: url: string,

rebeccahum commented 1 month ago

Done, thanks!

johnbillion commented 1 month ago

Thanks for the PR, I'll take a proper look soon 👍