Open chandelabhishek opened 6 years ago
@chandelabhishek008 I believe this has more to do with react-scripts-ts in create-react-app-typescript which is what this project is created from.
I ran into the same problem right now ... did I something wrong or is there a fix?
Above tutorial snippet is missing but we have this in javascript version, please check this out. If I follow tutorial as mentioned in the link. It does not work. it throws following 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.
Kindly help