chore(warnings): use new troubleshooting url

This commit is contained in:
moklick
2022-05-02 23:27:13 +02:00
parent 18be5f1773
commit 2363046af9
9 changed files with 13 additions and 17 deletions
+1 -3
View File
@@ -143,9 +143,7 @@ export function createPositionChange({
} else {
// @ts-ignore
if (process.env.NODE_ENV === 'development') {
console.warn(
'[React Flow]: Only child nodes can use a parent extent. Help: https://reactflow.dev/error-decoder#500'
);
console.warn('[React Flow]: Only child nodes can use a parent extent. Help: https://reactflow.dev/error#500');
}
currentExtent = nodeExtent;
}