Igor Goldny

Results 9 issues of Igor Goldny

i'm writing redux app and if i wrap my app with Grid its overwrite my state and i get react-inline-grid state within my app

## Describe the feature Searching special characters currently unsupported by draft.js mention plugin mention plugin using mentionRegExp regex to whitelist permitted chars. ## Motivation Users we would like to mention...

feature request

As of v3.3.0 styled-components released [object syntax](https://spectrum.chat/styled-components/general/v3-3-0-is-out-with-first-class-object-support~2b5fd935-fb1d-480d-a524-95ecd540a1ac) which is also supported by emotion and styletron. styled: ``` const Button = styled.button({ color: 'blue' }) ``` css prop: ``` const className...

http://facebook.github.io/react/blog/2016/04/08/react-v15.0.1.html

if you set outerMargin to 0 and resize the browser to mobile breakpoint it causes scrolling. Steps to reproduce: 1. enter: https://loicmahieu.github.io/react-styled-flexboxgrid/demo/index.html 2. set outerMargin = 0 3. resize browser

When using `React.forwardRef` i get eslint error: `Cannot determine side-effects of mutating function return value` adding it to `noSideEffectsWhenCalled` doesn't help filter return value errors. for example: ``` const ErrorPage...

### Describe what happened Would like to include [build-plugin](https://github.com/DataDog/build-plugin) inside my internal webpack plugin. I use webpack and am trying to pass webpack compiler into `BuildPlugin` but the types do...

bug

After updating storybook to v7 (v7.1.1) screener-storybook got broken with the following error: ``` 17:15:44 DEBUG: GET http://localhost:2000 null 200 17:15:44 DEBUG: previewRoute /iframe.html 17:15:46 DEBUG: GET http://localhost:2000/iframe.html 17:16:18 TimeoutError:...

### Describe the bug After installing [addon-visual-tests](https://github.com/chromaui/addon-visual-tests) on our repo some stories got broken. We get `ReferenceError: regeneratorRuntime is not defined` error in stories and chromatic test run is failing...