Nikolay Dombrovskiy
Nikolay Dombrovskiy
Make UMD build available on browsers and Node.js. #30 Documentation [here](https://webpack.js.org/configuration/output/#outputglobalobject). Discussion [here](https://github.com/webpack/webpack/issues/6642).
That fix "Cannot read property 'style' of undefined" error for web #313
**The problem** `onContentSizeChange` property on `` has incorrect behaviour. When content height has became smaller the `onContentSizeChange` does in fact triggered but the internal height is incorrect. **How to reproduce**...
Hello. ### I create codesandbox example about the bug. [Check it](https://codesandbox.io/s/react-native-portalize-context-bug-wqg5m) first. **Expected behavior:** Component inside `` has access to parent `Context` (inside `` not outside context). **Current behavior:** Component...
New property `containerStyle` for manage container styles (`overflow` for example)
Hello. On using [nested persist](https://github.com/rt2zz/redux-persist#nested-persists) with a transform to seamless-immutable has a failure. Transformer returns a plain js object. [Not seamless-immutable](https://github.com/hilkeheremans/redux-persist-seamless-immutable/blob/master/src/transformer.js#L33). On root level all right.
Hello. Background image for stickyHeader will be useful future IMHO. What you think about this?
Hello. I use `react-measure` to detect dimensions and offset changes in my case. Main idea: Have a visible list and list of hidden items; But I have no way to...
Hello. Use material-ui and I have 2 warnings: 1) Unknown prop `errors` on tag. Remove this prop from the element. [https://fb.me/react-unknown-prop](https://fb.me/react-unknown-prop) 2) `value` prop on `input` should not be null....