Luís Rudge

Results 36 issues of Luís Rudge

```js // JSON.stringify(this.state.editorState.getCurrentContent()) { "entityMap": {}, "blocks": [ { "key": "cv5ve", "text": "test", "type": "unstyled", "depth": 0, "inlineStyleRanges": [], "entityRanges": [], "data": {} }, { "key": "bup2p", "text": "", "type":...

sorry. It isn't that clear to me. Does this library depends on jquery or not? Thanks!

enhancement

Currently, `gridRow.props.data` is using the `displayName` instead of `columnName`. That makes little sense, since `displayName` should only be used for displaying the column name.

v0

### Current Behavior My project has a few dependencies (`qs`, `fast-text-encoding` and `es-cookie`). When I build the UMD bundle, the dependencies are not bundled together with my code. ``` (function...

scope: docs
topic: externals

### Current Behavior When creating a non-react project, all you get is watching a build from a file, but you can't actually do anything with it. If you're developing a...

Maybe something like this: http://griddlegriddle.github.io/Griddle/customization.html#custom-paging-component

Hi. I'm loading my modules in webpack with this config: ``` json { "test": /\.js$/, "exclude": /node_modules/, "loader": 'babel-loader' } ``` When I add your lib, webpack doesn't compile your...

![image](https://cloud.githubusercontent.com/assets/941075/9802390/43e5fcb4-57f0-11e5-90a7-b135aff19e6d.png)

This is related to #12. Because of [this line](https://github.com/davidguttman/react-pivot/blob/master/index.jsx#L437), webpack loads your css even if `defaultStyles: false`. That forces me to override your default styles with `important`: ``` css .reactPivot...