react-native-math-view icon indicating copy to clipboard operation
react-native-math-view copied to clipboard

Require cycle from node_modules

Open lexuantunght opened this issue 4 years ago • 4 comments

[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

lexuantunght avatar Jun 10 '21 07:06 lexuantunght

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

ShaMan123 avatar Jun 10 '21 09:06 ShaMan123

Have you solved them?

lexuantunght avatar Jun 10 '21 13:06 lexuantunght

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 avatar Jul 23 '21 06:07 ShaMan123

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

enestatli avatar Jul 21 '22 08:07 enestatli