Skip to content

[Stepper] ModuleNotFoundError in next version material-ui. #6719

@nuty

Description

@nuty

Problem description

Raise ModuleNotFoundError when i import stepper module, where is the stepper ?

code

import React from 'react';
import {
  Step,
  Stepper,
  StepLabel
} from 'material-ui/Stepper';


const HelloWorld = () => (
    <Stepper />
);

export default HelloWorld;

Versions

  • Material-UI: 1.0.0-alpha.10
  • React: 15.4.2
  • Browser: Chrome-57.0.2987.133 (64-bit)

Images & references

2017-04-27 21 20 39

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: stepperThis is the name of the generic UI component, not the React module!

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions