ShaMan123 / react-native-math-view

Math view for react native! No WebView!
https://github.com/ShaMan123/react-native-math-view
MIT License
77 stars 24 forks source link

Require cycle from node_modules #47

Open lexuantunght opened 3 years ago

lexuantunght commented 3 years ago

[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 commented 3 years ago

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

lexuantunght commented 3 years ago

Have you solved them?

ShaMan123 commented 3 years ago

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.

enestatli commented 2 years ago

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