-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Optionally you can use `.jsx` extension. That will allow using
``` javascript
import AppContainer from './components/AppContainer';
```
over
``` javascript
import AppContainer from './components/…
-
## Describe the bug
When you create a product and pick a category, all other categories will be assigned to the product which ID starts with your chosen category ID.
For instance, if I choose the cat…
-
Hey, I have a karma.conf.js with the following content:
``` javascript
var babelPluginRewire = require('babel-plugin-rewire');
module.exports = function (config) {
config.set({
// base path th…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
-
Following the https://ghub.io/esmify and related transforms,
that would be nice to make a cumulative transform, making browserify work for react-apps and even better.
So far the subset of _create…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
I give up. It's impossible to make React play nice with AMD. I was trying to use AMD because it's the de-facto standard for the browser, but it doesn't work with React.
The reason why it doesn't work…
-
While #43 made some progress on solidifying hooks types to make their usage safer, there is still a case that @cristianoc brought up today that is not covered. For example, if one replaces the `render…