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 -1
View File
@@ -20,7 +20,7 @@ function useResizeHandler(rendererNode: MutableRefObject<HTMLDivElement | null>)
if (process.env.NODE_ENV === 'development') {
if (size.height === 0 || size.width === 0) {
console.warn(
'[React Flow]: The React Flow parent container needs a width and a height to render the graph. Help: https://reactflow.dev/error-decoder#400'
'[React Flow]: The React Flow parent container needs a width and a height to render the graph. Help: https://reactflow.dev/error#400'
);
}
}