S. Suzuki

Results 8 comments of S. Suzuki

> This repo is not forcing anyone to follow all the native alternatives presented. I agree to this ( and PR welcome 😃 )

I think we may remove all `# Browser Support`. And add append new section like a `# polyfill advice` that refer to babel or core-js. Because : * It is...

@fathyb I use this package with `[email protected]` and work fine

It's seems occure `@types/react`' s version, I try replace `"@types/react": "^16.4.6",`, this error is resolved.

and this may fixed when merge https://github.com/nachoaIvarez/flexbox-react/pull/46.

FYI: I can same thing with [get-stream](https://www.npmjs.com/package/get-stream) package ```js const stream = new PassThrough() await encodePNGToStream(img, stream) const buffer = await getStream.buffer(stream) ```

I got same issue. and I found workaround ```js import { mapPropsStreamWithConfig } from "recompose" import { from } from "rxjs" const rxjsConfig = { fromESObservable: from, toESObservable: (stream) =>...

Is this released? I got same issue on 1.10.2