TypeError: __webpack_require__.i(…) is not a function
I am getting a webpack TypeError when I am trying to simplify an import. The following code works without any issues. Here I am importing a React Higher-Order-Component (HOC) called smartForm
from core/components/form/index.js
.