-
While working on #1299 some inconsistencies were found in how NumericAssessments treated their children between the editor and the viewer, particularly when trying to extract out duplicate code betwee…
-
We are making use of Material UI to develop our internal library but there are a few components that we want to use as is. So I am just doing the following in CircularIndicator.tsx
```export { Circul…
-
When rendering this via the Bootloader, `navigator` is always `undefined` for me here so the component doesn't render.
https://github.com/exercism/v3-website/blob/7615ccf8b288909e4486e930155ac5c2e1…
-
Here is my config, but I can't find .d.ts in build directory
```javascript
const typescript = require('neutrinojs-typescript')
const reactComponents = require('@neutrinojs/react-components')
const…
-
**Current Issue:**
![image](https://user-images.githubusercontent.com/66189547/83672638-90284800-a5a4-11ea-8765-2a6c234cb6cf.png)
**Implementation:**
index.html
```
…
aoloo updated
4 years ago
-
-
I am excited to find your repo because this is using react and redux with electron.
There are many repo with relation to react-redux boilerplate using electron, but I choosed this because this is ver…
-
## 💬 Brief description of feature
## 📖 User Story
As a Serge player I wish to control the map via the MappingToolbar
In the _legacy_ mapping system, the toolbar elements are created i…
-
following the doc on https://neutrinojs.org/packages/eslint/
configured to use my own .eslintrc.js
still getting weeie
> yarn start
> yarn run v1.22.4
> $ webpack-dev-server --mode development -…
-
## Description
When I run build I see the above error. I know the typical fix is to wrap window such that it's not called during build time, but in this case my code isn't calling window:
```
"wi…