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
When building with typescript, typescript complains there are circular dependencies. It's only a warning but nearly all typescript features are only warnings.
This issue makes it hard to setup a CI to fail on typescript warnings because I can't suppress the warnings only for FlexLayout. If there is a way to suppress those, that would also be a solution
Describe the bug
When building with typescript, typescript complains there are circular dependencies. It's only a warning but nearly all typescript features are only warnings.
This issue makes it hard to setup a CI to fail on typescript warnings because I can't suppress the warnings only for FlexLayout. If there is a way to suppress those, that would also be a solution
Your Example Website or App
https://codesandbox.io/s/flexlayout-try-to-show-ts-circular-dependencies-issue-ubvmm0
Steps to Reproduce the Bug or Issue
npm install
,npm run build
note: I'm on node 16.17.0
Expected behavior
no warnings
instead it prints
Operating System
MacOS
Browser Type?
N/A
Browser Version
N/A
Screenshots or Videos
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: