-
When integrating the `noVNC v1.0.0` into another project, the `jest` complains about missing 'MutationObserver' in `core/util/events.js`.
Can be fixed by adding polyfill like https://www.npmjs.com/…
-
### What problem does this feature solve?
For advanced projects, a developer might want to customize the Webpack config directly.
This would allow for more granular optimization of build times an…
-
Various portions of the site currently assume that they are being served
from the root of the host. In other words, we assume that the public
path is `/`. This precludes hosting demos from a persona…
-
`
In file included from ./node_modules/lottie-react-native/lib/ios/LottieReactNative/LottieContainerView.m:9:
In file included from ./node_modules/lottie-react-native/lib/ios/LottieReactNative/Lotti…
-
### Description
#### What I did:
I updated React Native to the latest version v0.45.1.
My `package.json`
```
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"…
-
Hello everyone!
Super excited about this project. I'd love to get involved in any way I can.
I tried to install & run `tsdoc` locally, and ran into issues. So, I wanted to know - is there a roadma…
-
# User story
As an MDN developer, I want to rewrite the MDN page header using React, so I can gain experience using React for a non-trivial page component, and so that I can reduce our the dependenci…
-
I just wonder is there demo code of the async action test on redux.org?
I tried to remake the tutorial, here is my demo: https://github.com/craigcosmo/react-redux-test
action.js
``` js
import axios…
-
It's quite interesting that this is not reported in here yet (or am I really that bad with search?).
I would reference two issues from Jest repo which includes many details and add that this is sti…
-
Hey — this project is great, exactly what I've been looking for. Thanks for building it!
My team has a lot of scripts to manage, and some have similar names but different behaviour (eg, `build` and `…