kettanaito / react-advanced-form

Functional reactive forms. Multi-layer validation, custom styling, field grouping, reactive props, and much more.
https://redd.gitbook.io/react-advanced-form
MIT License
217 stars 24 forks source link

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

Closed kettanaito closed 6 years ago

kettanaito commented 6 years ago

Environment

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.
kettanaito commented 6 years ago

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.