-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
I've made a reproduction here; the IdleTimer works in the app but does not work when mounted during a test:
https://codesandbox.io/s/6vzxx83r0z
I get the error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `WrapperComponent`.
I'm specifically using the same enzyme
and enzyme-adapter-react-16
versions listed in the package.json.
Metadata
Metadata
Assignees
Labels
No labels