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
Copy file name to clipboardExpand all lines: docs/guides/troubleshooting.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -396,3 +396,7 @@ This can happen if you are working with multiple handles and a handle is not fou
396
396
### Marker type doesn't exist.
397
397
398
398
This warning occurs when you are trying to specify a marker type that is not built into React Flow. The existing marker types are documented [here](/docs/api/edges/edge-options/#markerstart--markerend-options).
399
+
400
+
### Handle: No node id found.
401
+
402
+
This warning occurs when you try to use a `<Handle />` component outside of a custom node component.
0 commit comments