Dima Lebedynskyi

Results 8 issues of Dima Lebedynskyi

Thanks for rr4 branch. I encountered an error if use MemoryRouter in server render cycle. See https://github.com/ReactTraining/react-router/issues/4076#issuecomment-255174098 Due to this https://github.com/peter-mouland/react-lego/blob/webpack2-rhl-rr4/src/app/Root.js#L11

bug

If you have selected item like ``` javascript { name : 'Test1'} ``` and this item is selected and bound to ng-model, after you updating name to 'Test_updated', text in...

added check to avoid undefined error is no pager was created yet

### Issue Description Documentation say ``` International variant For React Native version 0.60 and newer, your build.gradle should have a flag to enable this feature. .... - def useIntlJsc =...

fix for .on is not defined error.

## What does this do? Adds `interpolateStyle` to Transition properties. Default to `config-to-style`. This will allow to manually calculate element styles for cases that `config-to-style` does not support. Solves cases...

> 1. На сервере - Node.js и Express. > Koa > See https://github.com/lostpebble/koa-mobx-react-starter > 2. CSS modules и isomorphic-style-loader для автоматической генерации Critical CSS при Server-side Rendering. > +1 >...

## Context When using `grid` shorthand property together with `grid-template-areas` we are hitting [`unreachable code`](https://github.com/parcel-bundler/lightningcss/blob/master/src/properties/grid.rs#L830) ## Sample ```css .grid-broken { display: grid; /* */ grid: auto-flow / 1fr 2fr 1fr;...