You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using WHATWG `URL` to build the URL + query parameters. But I used it from Node's built-in `url` module, which clearly [doesn't exist in the browser](https://codesandbox.io/s/vigilant-moon-1o4g9). Rookie mistake!
`URL` is also [available globally](https://nodejs.org/api/url.html#url_class_url) in Node, so I'm removing the import to make this work in the browser.
0 commit comments