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
When running the sol2uml class command there is the error
RangeError: Maximum call stack size exceeded
at /opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:6:38
at Array.find (<anonymous>)
at findAssociatedClass (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:6:33)
at findInheritedType (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:84:56)
at findAssociatedClass (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:23:27)
at findInheritedType (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:84:56)
at findAssociatedClass (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:23:27)
at findInheritedType (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:84:56)
at findAssociatedClass (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:23:27)
at findInheritedType (/opt/homebrew/lib/node_modules/sol2uml/lib/associations.js:84:56)
Running with sol2uml version 2.5.20
The text was updated successfully, but these errors were encountered:
Trying to use
sol2uml class
on my contract where the contract declares multiple explicit imports like soWhen running the
sol2uml class
command there is the errorRunning with sol2uml version
2.5.20
The text was updated successfully, but these errors were encountered: