chore(warnings): format warning logs, add troubleshooting page

This commit is contained in:
Christopher Möller
2022-04-26 16:33:54 +02:00
parent 3e91fc18e3
commit 922005e236
8 changed files with 30 additions and 11 deletions
+3 -1
View File
@@ -141,7 +141,9 @@ export function createPositionChange({
]
: currentExtent;
} else {
console.warn('Only child nodes can use parent extent');
console.warn(
'[React Flow]: Only child nodes can use a parent extent. Help: https://reactflow.dev/docs/guides/troubleshooting'
);
currentExtent = nodeExtent;
}
}