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
See package.json below for all dependencies and versions and source code
The complete error
./node_modules/react-helmet-async/lib/index.esm.js 374:12
Module parse failed: Unexpected token (374:12)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| var isDocument = !!(typeof window !== "undefined" && window.document && window.document.createElement);
| var HelmetData = class {
> instances = [];
| canUseDOM = isDocument;
| context;
I've tried several variations for the 'presets' and 'plugins' options to no avail
The react app is client-side rendering running the following
See package.json below for all dependencies and versions and source code
The complete error
.bablelrc file
package.json
index.js
App.js
The text was updated successfully, but these errors were encountered: