Igor Goldny

Results 7 comments of Igor Goldny

i get this error: npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants react@^15.0.1 npm ERR! peerinvalid Peer [email protected] wants...

with npm@3: npm WARN [email protected] requires a peer of [email protected] but none was installed.

Most of the major providers do not support by default npm@3 for now (maybe because its still super slow)

duh! i'm using amazon elastic beanstalk, i can't change it to npm@3...

i have the same issue with next.js v6.1.1 which use webpack 4 ``` (node:10663) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'compilation' of undefined at PrepackPlugin.apply (/Users/igoldny/Documents/fx-ui/packages/fx-coinz/node_modules/prepack-webpack-plugin/dist/PrepackPlugin.js:33:20) at Compiler.apply (/Users/igoldny/Documents/fx-ui/packages/fx-coinz/node_modules/tapable/lib/Tapable.js:375:16) at webpack...

definitely feature sounds useful :) anyways I use this workaround: ``` const styledRow = styled(Row) @media (max-width: ${media.sm}) { margin-left: 0; margin-right: 0; } `; const styledCol = styled(Col)` @media...

if you have users with special characters `mentionRegExp` ignore them. for example, if you want to mention user @ suggestions menu won't stay open after adding those chars. my workaround...