react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

[Bug] React.createElement: type is invalid -- expected a string (for built-in components) or a class/function

Open thehappycoder opened this issue 5 years ago • 1 comments

It works fine in 1.3.4 but fails in 1.4.0:

Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.

Check the render method of `Tooltip`.
    in Tooltip (created by NetworkIndicator)
    in div (created by NetworkIndicator)

Even though it's a warning, my component doesn't load and I get a white screen of death.

thehappycoder avatar Jun 22 '20 05:06 thehappycoder

Same is happening with me. Now i am going to alternate solution of it. Its react-tooltip https://www.npmjs.com/package/react-tooltip

Please follow the links for more detail

madeeliqbal avatar Oct 13 '20 14:10 madeeliqbal