-
Hello, I'm working on a feature to 'synchronize' images (when they come from the same patient and are aligned) to scroll all images together. I implemented it, and it works, but lint is complaining about a circular import when trying to commit. I talked to some people, and they told me it's okay if it's regarding the pinia store, as it handles the circular import as long as it's not calling getters and actions. I added this code in
Here, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Here are two ways you can avoid the circular dependency:
|
Beta Was this translation helpful? Give feedback.
Here are two ways you can avoid the circular dependency:
view-configs/slicing.ts
.