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
Both files depending on each other; index.js requires standalone.js and vice versa. This can be fixed by moving the functions from the index.js to the standalone.js. Then require in one direction only.
The text was updated successfully, but these errors were encountered:
Prerequisites
Issue
pnpm
helps in detecting circular dependencies. This is what it found.Both files depending on each other; index.js requires standalone.js and vice versa. This can be fixed by moving the functions from the index.js to the standalone.js. Then
require
in one direction only.The text was updated successfully, but these errors were encountered: