-
Notifications
You must be signed in to change notification settings - Fork 28
Description
HI,
I was receiving an error when building my app about the react/lib/joinClasses.js dependancy missing.
I see you have had another issue opened with this same error and it was resolved, however I still had those joinClasses dependancy links in the DropdownInput & Index.js files, so I removed them and added what you added what the previous fix and I now receive this error:
I am currently on the latest version (0.1.11) via NPM
Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). Check the render method of DropdownInput.warning @ warning.js:45ReactElementValidator.createElement @
Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of DropdownInput.