Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Unsupported CSS property "flex" warning #215

@chronotc

Description

@chronotc

This warning Unsupported CSS property "flex" warning appears whenever we run our Mocha test and the component has styles which have flex, flexGrow, ..etc.

  render(){
    var buttonStyles = {
      flex: '1 0 0'
    };

    return (
      <button style={buttonStyles}
              onClick={this.doSomething}>
        this is a button
      </button>
    );
  }

This only occurs when the component is wrapped with Radium().

module.exports = Radium(NumpadKey);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions