Modern tools for software engineers

"If the only tool you have is a hammer, it is tempting to treat everything as if it were a nail"
- Abraham Maslow

"If the only tool you have is a hammer, it is tempting to treat everything as if it were a nail"
- Abraham Maslow

Recent Posts

link to How to fix: Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

How to fix: Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

This common Javascript error, “Element type is invalid,” is usually caused by a mismatch between import and exports. You are trying to import the default export from a module that only exports...