Code Monkey home page Code Monkey logo

[BUG] Error: Uncaught [Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `ForwardRef`.] about chakra-react-select HOT 4 CLOSED

hatajoe avatar hatajoe commented on September 27, 2024 1
[BUG] Error: Uncaught [Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `ForwardRef`.]

from chakra-react-select.

Comments (4)

csandman avatar csandman commented on September 27, 2024 1

I see, yeah v4.9.0/v4.9.1 updated the package to make ESM work properly, where as before that it was kind of "fake" ESM, but this package still has a CommonJS version. You can see more info about it in my PR description for 4.9.0. If this is causing the issue, it should be possible to force jest to get the CJS version of this package, but I'm not 100% sure of the proper way. I don't have a ton of experience getting Jest to look for the proper versions of files.

I'll try and see if I can find the right config change necessary to get this to work properly and get back to you.

from chakra-react-select.

mareksuscak avatar mareksuscak commented on September 27, 2024

Facing the same issue here and it's also only happening in a test environment (coincidentally also using Jest). Our Jest currently doesn't support Pure ESM modules and it seems that version 4.9.0 switched this module to ESM only or at least made related changes to the package.json - see v4.8.0...v4.9.1

from chakra-react-select.

csandman avatar csandman commented on September 27, 2024

Ok, so I ended up switching the "type" of the project back to the default of "commonjs", and this fixes the issue for me. If you install v4.9.2, let me know if the issue is fixed for you all!

Sorry for the late turnaround, I've been very busy recently and haven't had as much time to work on this project as I'd like.

from chakra-react-select.

hatajoe avatar hatajoe commented on September 27, 2024

@csandman I was able to upgrade successfully. Thank you for the quick fix!

from chakra-react-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.