mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ec19fcafb1
This is actually a platform-specific issue. `madge` is complaining about a circular dependency on a single file - `invokeai/frontend/web/src/features/queue/store/nanoStores.ts`. In that file, we import from the `nanostores` package. Very similar name to the file itself. The error only appears on Windows and macOS, I imagine because those systems both resolve `nanostores` to itself before resolving to the package. The solution is simple - rename `nanoStores.ts`. It's now `queueNanoStore.ts`. |
||
---|---|---|
.. | ||
.husky | ||
.yarn/releases | ||
config | ||
dist | ||
docs | ||
public/locales | ||
scripts | ||
src | ||
static | ||
tests | ||
__init__.py | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
.yarnrc | ||
.yarnrc.yml | ||
favicon.ico | ||
index.html | ||
package.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |