Super expression must either be null or a function, not undefined
kettanaito opened this issue · 1 comments
kettanaito commented
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
- Circular dependency.
- Broken bundling.
kettanaito commented
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.