Using the last version 0.7.0 of react-flexgrid shows the following warnings in the console.
Warning: Unknown prop `xsOffset` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in div (created by Col)
in Col (created by WhatsYourType)
in div (created by Row)
in Row (created by WhatsYourType)
in div (created by Grid)
in Grid (created by WhatsYourType)
Using the last version 0.7.0 of react-flexgrid shows the following warnings in the console.
This already seems solved in https://github.com/nkt/react-flexgrid/blob/master/src/Col.js#L45 . However I don't see the passingProps in the Col.js installed by npm. Probably it can be solved by bumping the version and publishing it.