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
promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
TypeError [ERR_INVALID_URL]: Invalid URL
at new NodeError (node:internal/errors:387:5)
at URL.onParseError (node:internal/url:564:9)
at parse (<anonymous>)
at new URL (node:internal/url:640:5)
at resolve (file:///Users/analogstudios/Workspace/analogstudios/repos/www.tuesdaystunes.tv/node_modules/@greenwood/cli/src/loader.js:25:12)
at nextResolve (node:internal/modules/esm/loader:165:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:844:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:431:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)
at link (node:internal/modules/esm/module_job:75:36) {
input: '../../assets/icons/facebook.svg',
code: 'ERR_INVALID_URL'
}
context [<Object>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)
- `conditions` [<string[]>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) Export conditions of the relevant package.json
- `importAssertions` [<Object>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)
- `parentURL` [<string>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | [<undefined>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type) The module importing this one, or undefined if this is the Node.js entry point
The text was updated successfully, but these errors were encountered:
Type of Change
Bug
Summary
Getting this error trying to make a plugin for a custom SSR loader (for SVGs). Looks like
baseURL
is undefined in loader.js?Details
Looks like
baseURL
is undefined in loader.js is undefined when logging out?{ baseURL: undefined, parentURL: 'file:///Users/analogstudios/Workspace/analogstudios/repos/www.tuesdaystunes.tv/src/components/social-links/social-links.js' }
Did a quick check, and looks like it has changed to
parentURL
as ofv16.19
The text was updated successfully, but these errors were encountered: