Element type invalid: expected a string or a class function
问题 I am new to react was trying to implement CRUD operations in React JS using web api. However, I am receiving an error which I do not understand. The error is this: 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. ▶ 20 stack frames were collapsed. Module../src/index.js D:/crud