Hugo LEHMANN
Hugo LEHMANN
@zloirock currently webpack concatenation doesn't work with core-js because it needs es6 modules. Because core-js is made by a lot of small modules, concatenation could have a big impact in...
to make the wds example work you need to fix `webpack.config.js` : change `const ReactRefreshPlugin = require('../../src');` with `const ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin');` in both case I get the warning message...
I have got the same problem it stay fixed during an horizontal scroll
The problem is that there is no easy way to install typescript dependencies. I don't know how common it is but ionic like angular are sharing there source through npm...
@Urigo It's possible to make a package with a bundle of ionic2 using System.Js but it requires angular2/http witch is not provided by barbatus:angular2. After that ionic seems to introduce...
The alpha version seems to work well, any plan to release in non alpha ?
I am also having the same issue.
yes that's seems a good solution.
In fact what I'm looking for is the ability to use a dropdown as a controlled input in the react with two new props : - value - onChange https://facebook.github.io/react/docs/forms.html#controlled-components
I based those lists on https://github.com/unicode-org/cldr/blob/main/common/validity/unit.xml