-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Labels
i: regressionoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
In addition to #12851
If you set resolutions for @babel/core to ~7.12.0 you then get this error:
8 | exports.navigateTo = exports.replace = exports.push = exports.navigate = exports.default = void 0;
9 |
> 10 | var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
| ^
11 |
12 | var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
13 |
WebpackError: TypeError: _interopRequireDefault is not a function
- index.js:10
node_modules/gatsby-link/index.js:10:1
- utils.js:136
node_modules/@reach/router/lib/utils.js:136:1
gatsby-link requires babel/runtime/helpers/interopRequireDefault which seems to no longer exist in @babel/runtime@7.13
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
i: regressionoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue