Dima Lebedynskyi
Dima Lebedynskyi
Hi, tried dead code and running into issues with `deadCode: true` ``` Error: Error: No substitution given for "NODE_ENV". If this is not meant to be a placeholder you may...
@brigand confirmed, working now. Thank you
Had run into same issue as @sohcah. Any update as official fix would be appreciated. Polyfills claim spec compliance https://formatjs.io/docs/polyfills/intl-datetimeformat/#default-timezone I had to patch dayjs to isolate one call with...
@troZee create gist with patch we are using now https://gist.github.com/dlebedynskyi/81ff281b0db6aa69cdb360a1b609fb8a this is essentially your suggested change, but as patch ```diff + // HACK https://github.com/iamkun/dayjs/issues/1377 + i = Intl.DateTimeFormat('en-us', { +...
> Patched it and now I'm getting this error. you are missing Intl library, probably on React Native Android - make sure you have JSC with Intl flavor, or latest...
would love to see this feature at 'basic'
@michaelbromley this one of cases when we have on pagination called before data received. Hard to say exact cause it is in deps of ng-view navigation with bunch of pagination...
Update. Ok we have a call to reset current page numbers. this call may not be in correct point(ill try to work on it on my side ) but it...
@simka Is there any progress on PRs? Multi-bundle support looks like a great feature.
@wtgtybhertgeghgtwtg Agree with you. We have whole app without any grid system and have no problems. I do fill like it was not used in material design for a reason....