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
Thanks for taking up this project! I'm having issues switching from the normal dagre lib when importing. I had been just using import dagre from 'dagre' then following the wiki directions directly. With the dagre-layout import, however, I'm getting TypeError: Cannot read properties of undefined (reading 'Graph'). I tried several options, but the usage isn't clear. Are you no longer bundling graphlib? If so, the dagre wiki is no longer a good guide on how to set up the lib.
The text was updated successfully, but these errors were encountered:
Thanks for taking up this project! I'm having issues switching from the normal
dagre
lib when importing. I had been just usingimport dagre from 'dagre'
then following the wiki directions directly. With thedagre-layout
import, however, I'm gettingTypeError: Cannot read properties of undefined (reading 'Graph')
. I tried several options, but the usage isn't clear. Are you no longer bundlinggraphlib
? If so, the dagre wiki is no longer a good guide on how to set up the lib.The text was updated successfully, but these errors were encountered: