Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require cycle from node_modules #47

Open
lexuantunght opened this issue Jun 10, 2021 · 4 comments
Open

Require cycle from node_modules #47

lexuantunght opened this issue Jun 10, 2021 · 4 comments
Labels
mathjax mathjax bugs

Comments

@lexuantunght
Copy link

[Thu Jun 10 2021 14:41:09.605] WARN Require cycle: node_modules/mathjax-full/js/input/tex/TexParser.js -> node_modules/mathjax-full/js/input/tex/ParseUtil.js -> node_modules/mathjax-full/js/input/tex/TexParser.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Thu Jun 10 2021 14:41:09.606] WARN Require cycle: node_modules/mathjax-full/js/output/svg.js -> node_modules/mathjax-full/js/output/svg/WrapperFactory.js -> node_modules/mathjax-full/js/output/svg/Wrappers.js -> node_modules/mathjax-full/js/output/svg/Wrapper.js -> node_modules/mathjax-full/js/output/svg.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
[Thu Jun 10 2021 14:41:09.606] WARN Require cycle: node_modules/react-native-math-view/src/fallback/index.tsx -> node_modules/react-native-math-view/src/MathText.tsx -> node_modules/react-native-math-view/src/MathView/index.ios.ts -> node_modules/react-native-math-view/src/fallback/index.tsx

@ShaMan123
Copy link
Owner

The mathjax cycles - open an issue at their repo.
The last one I'll take a look.
Thanks

@lexuantunght
Copy link
Author

Have you solved them?

ShaMan123 added a commit that referenced this issue Jul 23, 2021
fix require cycle #47
@ShaMan123
Copy link
Owner

ShaMan123 commented Jul 23, 2021

Sorry for the delay.
Bump version to 3.9.4 and see if all is well.
If so please inform by closing this issue or commenting here.

@ShaMan123 ShaMan123 added the mathjax mathjax bugs label Jul 23, 2021
@enestatli
Copy link

enestatli commented Jul 21, 2022

Sorry for the delay. Bump version to 3.9.4 and see if all is well. If so please inform by closing this issue or commenting here.

Hello @ShaMan123, unfortunately, I am currently using 3.9.5 and the warning still persist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathjax mathjax bugs
Projects
None yet
Development

No branches or pull requests

3 participants