Expected results
There should be no requirement cycles. We need a tool to look for import cycles before merging changes to the main branch.
Observed results
There are requirement/import cycles. For example RootState in authSlice.ts and in navigation.
Expected results
There should be no requirement cycles. We need a tool to look for import cycles before merging changes to the main branch.
Observed results
There are requirement/import cycles. For example
RootStateinauthSlice.tsand in navigation.