Luc Girardin
08/31/2023, 1:31 PMClickAwayListener
component with recent version of Kotlin Wrappers. It used to work in the past (not sure since when it stopped working), but now I get Element 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, or you might have mixed up default and named imports.
. I use it in conjonction with Popper
, which is getting deprecated. Can this be the cause of the problem? If yes, then the Popup
(https://mui.com/base-ui/react-popup/) replacement is not yet available. Otherwise, any advise about the direction in which I should hunt?turansky
08/31/2023, 5:12 PMLuc Girardin
08/31/2023, 7:05 PMturansky
08/31/2023, 8:58 PM