Romain Pellerin

Results 6 issues of Romain Pellerin

Hi, How can I avoid generating so many nested `span` tags, as one can see in the screenshot below: ![image](https://user-images.githubusercontent.com/5323445/36316690-3f214b62-133b-11e8-8fe7-b92075a0bef4.png) Ideally, I'd like to have one span with all the...

Regarding bug 4, we should not advise people to replace flex shorthand declarations that contain a unitless third argument with percentages instead of pixels, for `flex: 1 1 0%` is...

Hi, Thanks for developing such a useful library! My question might seem dumb but I can't figure how to do it... How can I generate an `EditorState` out of exported...

Hi, Why the version bump from v0.8.3 to 1.1.0? Is there any breaking change? Thank you!

question

Hi, Since 9.9.0, when I run the following piece of code: ```javascript import React from 'react' import moment from 'moment' import Calendar from 'rc-calendar' import { mount } from 'enzyme'...