Artur Vainola
Results
2
comments of
Artur Vainola
Seems that using ng-model-options="{timezone: 'utc'}" is not working with angular 1.6.x. Could be cause by this breaking change in angular: ngModelOptions: Due to 296cfc, the programmatic API for ngModelOptions has...
Root cause is #662 , `componentWillReceiveProps` can't be changed to `getDerivedStateFromProps` just like that. [React docs](https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops) > Note that this method is fired on every render, regardless of the cause....