-
I'm trying to test a map component in my application (created with 'create-react-app' starter).
Tests are crashing at `"node_modules\ol\map.js:1"` with an error `"SyntaxError: Unexpected token impo…
-
Hi @tiagoschenkel , I've finally updated our code base to use Pixi v6.5.8 (which took some time due to issues with Pixi layers), and Robotlegs 3, however after running our code (no compile errors) I'v…
-
Change into the `legate.core/docs/legate/core` folder and then run `make html`. You'll get the following error...
legate.core/docs/legate/core/source/BUILD.md:40:'myst' cross-reference target n…
-
# 🐛 bug report
When working in dev mode, the links on console messages, or breakpoints don't display the source Typescript source files, but an error about not being able to load the source file. …
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
Hello Dear Team,
Which version of node.js should be used? Cause I got a lot of errors during executing **npm run build:elements-prod**
Thanks, have a good Xmas!
-
**Describe the bug**
When I update a component or a stylesheet link to it, the hot module reload is not triggered.
**To Reproduce**
Update a component by updating a prop, adding a classname, or w…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Crashes while running ESLint due to OOM:
```
$ eslint . --ext js --ext ts --ext tsx --ext j…
-
I just wondered if there was any advice on managing the size of bundled Semiotic for projects?
For example, I'm using the latest development version (2.0.0-rc.19) and the size of the compiled `inde…
-
The TypeScript specification [currently reads](%28https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#8.3.2%29):
> The first statement in the body of a constructor must be a super call if…