Skip to content

Warning: Unknown prop xsOffset on <div> tag. #5

@ckuijjer

Description

@ckuijjer

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)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions