react-countdown
react-countdown copied to clipboard
Error: 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 don't know why, even though I just installed it and followed the documentation correctly.
This error occurred when I entered countdown into the component.
but when I delete the countdown component the error will disappear.