Vojtech Miksu
Vojtech Miksu
The auto-scrolling behavior could be definitely better & work for more cases. If someone wants to research and implement it (including tests for various scenarios), I am open to it....
There's currently not an easy solution for this.
Oh, it was already solved here: https://github.com/yuanyan/halogen/pull/8 and it came back. :-)
Yep, I do. The problem is caused by: ``` "browserify": { "transform": [ "reactify" ] }, "browserify-shim": { "react": "global:React" }, ``` When I delete it, it works.
Well, `reactify` is based on `react-tools` which were deprecated since June and are completely removed in `React 0.14.0`. The official JSX transformer is Babel now. So this lib is broken....
I see it's a part of react-kit. On your demo website there are no errors. Weird.
You mean `Props`, `Style Overrides` and `Theme` tabs? You can look into the source [here](https://github.com/uber/baseweb/tree/master/documentation-site/components/yard) to see how Base Web uses react-view and customizes things.
Yea, that should be the place. You need to check if `what` is a function and if so, it needs to be stringified and parsed.
It gets a bit unclear what the UI would look like and how would you express the relationship between the `Button` and `input`. Note that the code snippet is auto...
Maybe. Most of these are long-terms goals since they are not acute pain points for us. `extract-react-types-loader` might be more near-term. Hopefully, there will be some outside contributions too.