• + 0 comments

    Anybody know, why I don't have anything in 'app.test.jsx' file? File is empty. Also it is showing below console error.


    Warning: React.jsx: 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.


    I was able to solve this problem in my local but not able to run in this platform with the same solution.