Romain Pellerin
Romain Pellerin
Hi, How can I avoid generating so many nested `span` tags, as one can see in the screenshot below:  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!
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'...