We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist:
Release with the issue:
Last working release (if known):
Browser and Operating System:
Description of problem:
Trying to run from devcontainer. Forked and cloned the repo. Opened in devcontainer. Running npm start gives the following output:
npm start
(!) `this` has been rewritten to `undefined` https://rollupjs.org/guide/en/#error-this-is-undefined node_modules/@formatjs/intl-utils/lib/src/diff.js 1: var __assign = (this && this.__assign) || function () { ^ 2: __assign = Object.assign || function(t) { 3: for (var s, i = 1, n = arguments.length; i < n; i++) { ...and 1 other occurrence node_modules/@formatjs/intl-utils/lib/src/resolve-locale.js 1: var __extends = (this && this.__extends) || (function () { ^ 2: var extendStatics = function (d, b) { 3: extendStatics = Object.setPrototypeOf ||
Javascript errors shown in the web inspector (if applicable):
Failed to load resource: the server responded with a status of 404 (Not Found)
Additional information:
This could very well be an issue on my side.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist:
Release with the issue:
Last working release (if known):
Browser and Operating System:
Description of problem:
Trying to run from devcontainer.
Forked and cloned the repo.
Opened in devcontainer.
Running
npm start
gives the following output:Javascript errors shown in the web inspector (if applicable):
Additional information:
This could very well be an issue on my side.
The text was updated successfully, but these errors were encountered: