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
If possible, would you be able to share the schema/a cut down example that caused this, to see if can understand the root cause and possibly come up with a better solution?
👋 Thanks for the great tool.
I've tried to visualize a medium-sized schema and "disperse nodes" function failed with
Cannot read properties of undefined (reading 'length')
here -prismaliser/util/layout.ts
Line 66 in d0d9413
Incoming data shape -
If I update
letters[i]!
to something likeletters[i] || ""
it solves the problem and everything works greatprismaliser/util/prismaToFlow.ts
Line 366 in d0d9413
Not sure if that's the right way to address this issue.
Anyways, I've corrected it in my local version and am not blocked. Feel free to handle this issue when and as you prefer.
The text was updated successfully, but these errors were encountered: