Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text fields #285

Closed
jvillasante opened this issue Jan 28, 2015 · 2 comments
Closed

text fields #285

jvillasante opened this issue Jan 28, 2015 · 2 comments
Labels
component: text field This is the name of the generic UI component, not the React module!

Comments

@jvillasante
Copy link

With this simple render function on a react component:

  render: function() {
    return (
      <div>
        <TextField
          hintText="Hint Text"
          floatingLabelText="Floating Label Text" />
      </div>
    );
  }

I got a lot of error on the console:

  • Warning: React.createElement: type should not be null or undefined. It should be a string (for DOM elements) or a ReactClass (for composite components).
  • Warning: Only functions or strings can be mounted as React components.
  • Uncaught TypeError: Cannot read property '_mockedReactClassConstructor' of undefined
  • Uncaught Error: Invariant Violation: replaceState(...): Can only update a mounted or mounting component.

Is this library ready for production use or do we need to go back to bootstrap??

@jvillasante
Copy link
Author

Resolved on 0.6... Thks!

@hai-cea
Copy link
Member

hai-cea commented Jan 29, 2015

@jvillasante Glad you were able to figure it out.

@hai-cea hai-cea closed this as completed Jan 29, 2015
jogleasonjr added a commit to jogleasonjr/material-ui that referenced this issue Feb 3, 2015
The dependency in the /example project to material-ui was out of date, so certain components could not be used as in the following link:

mui#285
ninjasort pushed a commit to ninjasort/material-ui that referenced this issue Feb 15, 2015
The dependency in the /example project to material-ui was out of date, so certain components could not be used as in the following link:

mui#285
brianfeister pushed a commit to brianfeister/material-ui that referenced this issue May 1, 2017
* remove unnecessary dependency match-require
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: text field This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants