We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Blog Post
You are viewing a single comment's thread. Return to all 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.