kettanaito/react-advanced-form

Super expression must either be null or a function, not undefined

kettanaito opened this issue · 1 comments

Environment

  • react-advanaced-form: 1.5.8

What

Current behavior

The mentioned error is thrown when the production version of the library is bundled within the production version of vendor (dependencies) bundle of an application.

Expected behavior

No errors.

Why

  1. Circular dependency.
  2. Broken bundling.

This is most likely an issue with the bundling process from the library's side. A good opportunity to refine it, if necessary, to ship a properly bundled production version.