Slava
Slava
This is extremely important feature, because in some designs you don't have separate labels for input fields and their designation is specified by the placeholder (which is not getting displayed...
I think that the user of the service shouldn't be aware about whether the service is synchronous or asynchronous (otherwise it would break the encapsulation and changing the service behavior...
@NoNameProvided I'm not sure that I understand your point, could you elaborate on this please? If you are not using real async calls to initialize your services than all promises...
@alexander-akait thank you for clarification. It corresponds with my understanding. However, how do I remove sourcemaps from the generated bundle then? I guess when developers are using the `hidden-source-map` option,...
> You can set `sourceMap: false` to `css-loader` right now If I do this, it will remove sourcemaps both from the `bundle.js` and from the `bundle.js.map` file. However, I want...
@alexander-akait I'm not sure I follow. When I'm **not** using `sourceMap: false` in `css-loader`, I'm getting sourcemaps in two places: in the `bundle.js` and in the `bundle.js.map`. When I'm setting...
As it's difficult to implement external sourcemaps for CSS and there is no really urgent need for this feature I've decided to just disable the sourcemaps on the `css-loader` level...
See [react-maskedinput](https://github.com/insin/react-maskedinput) for React.
Yes, I have the same problem. It looks like module doesn't support property inheritance from the parent states. Actually this is very sad, because without this feature this module has...
1. We could build the chain of states from the current state to the topmost. 2. Iterate through the reversed chain, i.e. from topmost state to the current. 3. When...