Michael Vasin

Results 15 issues of Michael Vasin

See https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed

enhancement

## Is this a bug report or a feature request? If this is a bug report, please provide as much info as possible - version 1.11.5 - platform macOS -...

"render proper components" -> "render prop components"

The library breaks when used in a server-side rendered app. The build breaks with `ReferenceError: window is not defined` error, and a check `typeof window === 'undefined' && ...` unfortunately...

Custom handle doesn't seem to work. Here's the code, also available on [codesandbox](https://codesandbox.io/s/40k8o8jvm4): ```jsx import React from "react"; import ReactDOM from "react-dom"; import Slider from "rc-slider/lib/Slider"; import "rc-slider/assets/index.css"; const Handle...

I'm trying to use `react-typography` in a create-react-app based application. In CRA there is no such thing as `index.js` that readme mentions, and I don't understand how to add ``...

`toContainReact` looks like an irrelevant name to me. An instance of a component `` (as opposed to the component itself `function MyComponent() {}`) [according to React core team blog](https://reactjs.org/blog/2015/12/18/react-components-elements-and-instances.html) should...

Here's the code I use for test: ```

When saving to `dest` only files processed there are empty directories being created as well, totally reflecting `src` directory structure: http://stackoverflow.com/a/33689435/5274538

I execute `gdrive sync download --keep-remote --delete-extraneous --dry-run "" '/path/to/local/folder'` and get: ``` Starting sync... Provided id is not a sync root directory ``` What is a "sync root directory"?...