react-dropdown-input icon indicating copy to clipboard operation
react-dropdown-input copied to clipboard

react/lib/joinClasses.js issue

Open chris-hinds opened this issue 9 years ago • 8 comments

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.

chris-hinds avatar Feb 04 '16 13:02 chris-hinds

I have the same problem:(

binjospookie avatar Mar 24 '16 08:03 binjospookie

bump

Deriohig avatar Mar 24 '16 10:03 Deriohig

same issue

cweems avatar Apr 08 '16 01:04 cweems

bump

camerow avatar May 06 '16 23:05 camerow

bump

Valerz avatar Jul 08 '16 05:07 Valerz

use this fork: https://github.com/WaylandAce/react-dropdown-input It fixes the problems with the deprecated use of React joinClasses

npm package is called react-dropdown-input2

mguijarr avatar Jul 09 '17 21:07 mguijarr

https://github.com/WaylandAce/react-dropdown-input is an invalid link, have erro 404

gabrielkalb avatar Feb 27 '18 13:02 gabrielkalb

Same issue. React 16.

seandelaney avatar Jul 03 '18 13:07 seandelaney