You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
Rollup displays some warnings due to circular dependencies while building the package:
I'm submitting a...
Current behavior
Rollup displays some warnings due to circular dependencies while building the package:
Apart from the circular dependency already known due to the validator implementation:
Expected behavior
No circular dependencies except the known circular dependency of the validator implementation.
Minimal reproduction of the problem with instructions
Run
npm run build:stark-core -- --trace
to see the full log.What is the motivation / use case for changing the behavior?
Clean, consistent and stable code.
The text was updated successfully, but these errors were encountered: